Trace number 1107521

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosatUNSAT 179.364 181.563

General information on the benchmark

Namecsp/fischer/
normalized-fischer-8-3-fair.xml
MD5SUM801d340a67e965a11769879f2a8f9146
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.624904
Satisfiable
(Un)Satisfiability was proved
Number of variables6711
Number of constraints6341
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6341
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.55	c 0	Sugar v1-13 + HOME/picosat
0.00/0.55	c 0	BEGIN Tue Jul  8 02:32:54 2008
0.00/0.55	c 0	PID 2770
0.00/0.55	c 0	HOST node55.alineos.net
0.00/0.55	c 0	CONVERTING HOME/instance-1107521-1215477173.xml TO HOME/temp.csp
0.00/0.55	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107521-1215477173.xml' 'HOME/temp.csp'
0.84/1.75	c 1	3 domains, 6711 variables, 9 predicates, 0 relations, 6341 constraints
0.84/1.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.84/1.77	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.87	c 1	Parsing HOME/temp.csp
1.20/2.17	c 1	parsed 10000 expressions
1.29/2.23	c 1	parsed 13064 expressions
1.32/2.46	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/2.46	c 2	Converting to clausal form CSP
1.32/2.50	c 2	converted 1307 (10%) expressions
1.36/2.51	c 2	converted 2613 (20%) expressions
1.36/2.55	c 2	converted 3920 (30%) expressions
1.36/2.55	c 2	converted 5226 (40%) expressions
1.36/2.55	c 2	converted 6532 (50%) expressions
1.55/2.74	c 2	converted 7839 (60%) expressions
1.76/2.92	c 2	converted 9145 (70%) expressions
1.85/3.04	c 2	converted 10452 (80%) expressions
2.06/3.23	c 2	converted 11758 (90%) expressions
2.16/3.33	c 3	converted 13064 (100%) expressions
2.16/3.34	c 3	CSP : 11705 integers, 428 booleans, 28801 clauses, largest domain size 20001
2.16/3.34	c 3	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.16/3.34	c 3	Propagation in CSP
57.14/58.60	c 58	163591382 values, 0 unsatisfiable literals, and 0 valid clauses are removed
57.14/58.61	c 58	CSP : 11705 integers, 428 booleans, 28801 clauses, largest domain size 20001
57.14/58.61	c 58	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.14/58.62	c 58	Simplifing CSP by introducing new Boolean variables
57.34/58.85	c 58	CSP : 11705 integers, 10550 booleans, 38923 clauses, largest domain size 20001
57.34/58.85	c 58	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
57.54/59.01	c 58	Encoding CSP to SAT : HOME/temp.cnf
57.54/59.07	c 58	1171 (10%) CSP integer variables are encoded (16740 clauses, 229454 bytes)
58.53/60.01	c 59	2341 (20%) CSP integer variables are encoded (746244 clauses, 12465807 bytes)
58.82/60.31	c 60	3512 (30%) CSP integer variables are encoded (989412 clauses, 16599663 bytes)
59.52/61.07	c 60	4682 (40%) CSP integer variables are encoded (1579348 clauses, 27789776 bytes)
59.93/61.46	c 61	5853 (50%) CSP integer variables are encoded (1875692 clauses, 33420312 bytes)
59.93/61.46	c 61	7023 (60%) CSP integer variables are encoded (1875692 clauses, 33420312 bytes)
60.20/61.74	c 61	8194 (70%) CSP integer variables are encoded (2085650 clauses, 37409514 bytes)
60.32/61.88	c 61	9364 (80%) CSP integer variables are encoded (2195628 clauses, 39499096 bytes)
60.52/62.09	c 61	10535 (90%) CSP integer variables are encoded (2355604 clauses, 42538640 bytes)
60.71/62.29	c 62	11705 (100%) CSP integer variables are encoded (2515580 clauses, 45578184 bytes)
71.80/73.42	c 73	3893 (10%) CSP clauses are encoded (8739853 clauses, 170073580 bytes)
71.91/73.56	c 73	7785 (20%) CSP clauses are encoded (8821058 clauses, 171636338 bytes)
72.70/74.33	c 74	11677 (30%) CSP clauses are encoded (9302743 clauses, 181366969 bytes)
73.38/75.06	c 74	15570 (40%) CSP clauses are encoded (9743830 clauses, 190297542 bytes)
73.87/75.51	c 75	19462 (50%) CSP clauses are encoded (10025111 clauses, 195992307 bytes)
73.87/75.54	c 75	23354 (60%) CSP clauses are encoded (10026925 clauses, 196028714 bytes)
73.87/75.56	c 75	27247 (70%) CSP clauses are encoded (10028713 clauses, 196064550 bytes)
75.36/77.03	c 76	31139 (80%) CSP clauses are encoded (10950554 clauses, 215651819 bytes)
75.94/77.62	c 77	35031 (90%) CSP clauses are encoded (11312003 clauses, 223330470 bytes)
75.94/77.66	c 77	38923 (100%) CSP clauses are encoded (11326046 clauses, 223712704 bytes)
75.94/77.67	c 77	38923 CSP clauses encoded
75.94/77.67	c 77	Writing map file : HOME/temp.map
76.05/77.73	c 77	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.05/77.73	c 77	SAT : 2529331 SAT variables, 11326046 SAT clauses, 223712704 bytes
76.05/77.73	c 77	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.05/77.76	c 77	SOLVING HOME/temp.cnf
76.05/77.76	c 77	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
178.91/181.12	c 180	DECODING HOME/temp.out WITH HOME/temp.map
178.91/181.12	c 180	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
178.95/181.21	c 180	Decoding HOME/temp.out
179.21/181.41	s UNSATISFIABLE
179.21/181.41	c 181	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
179.21/181.45	c 181	CPU 126.91 (0.03 0.03 126.88 52.29)
179.21/181.45	c 181	END Tue Jul  8 02:35:55 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107521-1215477173/watcher-1107521-1215477173 -o /tmp/evaluation-result-1107521-1215477173/solver-1107521-1215477173 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1107521-1215477173.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 2770
/proc/meminfo: memFree=1926776/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=18572 CPUtime=0
/proc/2770/stat : 2770 (runsolver) D 2767 2770 2694 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 4415963 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 248761609511 0 0 4096 24578 18446744071563479169 0 0 17 0 0 0
/proc/2770/statm: 4643 292 257 25 0 2626 0

[startup+0.0589861 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 2770
/proc/meminfo: memFree=1926776/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=124 CPUtime=0
/proc/2770/stat : 2770 (sugar) D 2767 2770 2694 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4415963 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 248758990217 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/2770/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101989 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 2770
/proc/meminfo: memFree=1926776/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=2504 CPUtime=0
/proc/2770/stat : 2770 (sugar) D 2767 2770 2694 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4415963 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 248758993616 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2770/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.30201 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 2770
/proc/meminfo: memFree=1926776/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=12264 CPUtime=0
/proc/2770/stat : 2770 (sugar) D 2767 2770 2694 0 -1 4194304 280 0 12 0 0 0 0 0 18 0 1 0 4415963 12558336 260 996147200 4194304 4206940 548682068608 18446744073709551615 248779120464 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/2770/statm: 3066 260 190 3 0 166 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12264

[startup+0.701058 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 2770
/proc/meminfo: memFree=1926776/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.04
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 883 127 17 0 2 2 0 0 19 0 1 0 4415963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 0.92 0.98 0.99 6/94 2793
/proc/meminfo: memFree=1885128/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.04
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 883 127 17 0 2 2 0 0 19 0 1 0 4415963 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 796 370 3 0 500 0
[pid=2777] ppid=2770 vsize=5356 CPUtime=0
/proc/2777/stat : 2777 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4416019 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2777/statm: 1339 233 193 169 0 50 0
[pid=2778] ppid=2777 vsize=866068 CPUtime=0.59
/proc/2778/stat : 2778 (java) S 2777 2770 2694 0 -1 0 7315 0 80 0 51 8 0 0 18 0 9 0 4416020 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2778/statm: 216517 6515 2529 9 0 211099 0
[pid=2778/tid=2781] ppid=2777 vsize=866068 CPUtime=0.33
/proc/2778/task/2781/stat : 2781 (java) S 2777 2770 2694 0 -1 64 2675 0 40 0 28 5 0 0 17 0 9 0 4416033 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2778/tid=2782] ppid=2777 vsize=866068 CPUtime=0.11
/proc/2778/task/2782/stat : 2782 (java) R 2777 2770 2694 0 -1 64 3470 0 4 0 11 0 0 0 17 0 9 0 4416043 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 104457043 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2778/tid=2783] ppid=2777 vsize=866068 CPUtime=0
/proc/2778/task/2783/stat : 2783 (java) S 2777 2770 2694 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 4416047 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2778/tid=2784] ppid=2777 vsize=866068 CPUtime=0
/proc/2778/task/2784/stat : 2784 (java) S 2777 2770 2694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416047 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2778/tid=2785] ppid=2777 vsize=866068 CPUtime=0
/proc/2778/task/2785/stat : 2785 (java) S 2777 2770 2694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4416051 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2778/tid=2786] ppid=2777 vsize=866068 CPUtime=0.11
/proc/2778/task/2786/stat : 2786 (java) S 2777 2770 2694 0 -1 64 504 0 1 0 11 0 0 0 16 0 9 0 4416051 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2778/tid=2787] ppid=2777 vsize=866068 CPUtime=0
/proc/2778/task/2787/stat : 2787 (java) S 2777 2770 2694 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4416051 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2778/tid=2788] ppid=2777 vsize=866068 CPUtime=0
/proc/2778/task/2788/stat : 2788 (java) S 2777 2770 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416051 886853632 6515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 885024

[startup+3.10231 s]
/proc/loadavg: 0.92 0.98 0.99 3/94 2803
/proc/meminfo: memFree=1867144/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.91
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 957 8754 17 80 2 3 77 9 15 0 1 0 4415963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 797 370 3 0 500 0
[pid=2794] ppid=2770 vsize=5356 CPUtime=0
/proc/2794/stat : 2794 (sh) S 2770 2770 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416141 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2794/statm: 1339 233 193 169 0 50 0
[pid=2795] ppid=2794 vsize=868572 CPUtime=1.05
/proc/2795/stat : 2795 (java) S 2794 2770 2694 0 -1 0 9130 0 4 0 100 5 0 0 18 0 9 0 4416141 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2795/statm: 217143 8308 2540 9 0 211718 0
[pid=2795/tid=2796] ppid=2794 vsize=868572 CPUtime=0.59
/proc/2795/task/2796/stat : 2796 (java) R 2794 2770 2694 0 -1 64 2700 0 4 0 58 1 0 0 24 0 9 0 4416142 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2797] ppid=2794 vsize=868572 CPUtime=0.25
/proc/2795/task/2797/stat : 2797 (java) R 2794 2770 2694 0 -1 64 4300 0 0 0 23 2 0 0 16 0 9 0 4416144 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 103828982 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2798] ppid=2794 vsize=868572 CPUtime=0
/proc/2795/task/2798/stat : 2798 (java) S 2794 2770 2694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416145 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2799] ppid=2794 vsize=868572 CPUtime=0
/proc/2795/task/2799/stat : 2799 (java) S 2794 2770 2694 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416145 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2800] ppid=2794 vsize=868572 CPUtime=0
/proc/2795/task/2800/stat : 2800 (java) S 2794 2770 2694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4416147 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2801] ppid=2794 vsize=868572 CPUtime=0.18
/proc/2795/task/2801/stat : 2801 (java) S 2794 2770 2694 0 -1 64 1437 0 0 0 17 1 0 0 16 0 9 0 4416147 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2802] ppid=2794 vsize=868572 CPUtime=0
/proc/2795/task/2802/stat : 2802 (java) S 2794 2770 2694 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4416147 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2803] ppid=2794 vsize=868572 CPUtime=0
/proc/2795/task/2803/stat : 2803 (java) S 2794 2770 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416147 889417728 8308 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 887528

[startup+6.30262 s]
/proc/loadavg: 1.01 1.00 1.00 3/93 2852
/proc/meminfo: memFree=1852928/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.91
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 957 8754 17 80 2 3 77 9 15 0 1 0 4415963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 797 370 3 0 500 0
[pid=2794] ppid=2770 vsize=5356 CPUtime=0
/proc/2794/stat : 2794 (sh) S 2770 2770 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416141 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2794/statm: 1339 233 193 169 0 50 0
[pid=2795] ppid=2794 vsize=868384 CPUtime=4.22
/proc/2795/stat : 2795 (java) S 2794 2770 2694 0 -1 0 11148 0 4 0 413 9 0 0 18 0 9 0 4416141 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2795/statm: 217096 10028 2540 9 0 211671 0
[pid=2795/tid=2796] ppid=2794 vsize=868384 CPUtime=3.51
/proc/2795/task/2796/stat : 2796 (java) R 2794 2770 2694 0 -1 64 3095 0 4 0 348 3 0 0 25 0 9 0 4416142 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4126960973 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2797] ppid=2794 vsize=868384 CPUtime=0.49
/proc/2795/task/2797/stat : 2797 (java) S 2794 2770 2694 0 -1 64 5909 0 0 0 45 4 0 0 16 0 9 0 4416144 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2798] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2798/stat : 2798 (java) S 2794 2770 2694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2799] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2799/stat : 2799 (java) S 2794 2770 2694 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2800] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2800/stat : 2800 (java) S 2794 2770 2694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4416147 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2801] ppid=2794 vsize=868384 CPUtime=0.2
/proc/2795/task/2801/stat : 2801 (java) S 2794 2770 2694 0 -1 64 1451 0 0 0 19 1 0 0 16 0 9 0 4416147 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2802] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2802/stat : 2802 (java) S 2794 2770 2694 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4416147 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2803] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2803/stat : 2803 (java) S 2794 2770 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416147 889225216 10028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 887340

[startup+12.7023 s]
/proc/loadavg: 1.09 1.02 1.01 3/93 2852
/proc/meminfo: memFree=1764928/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.91
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 957 8754 17 80 2 3 77 9 15 0 1 0 4415963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 797 370 3 0 500 0
[pid=2794] ppid=2770 vsize=5356 CPUtime=0
/proc/2794/stat : 2794 (sh) S 2770 2770 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416141 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2794/statm: 1339 233 193 169 0 50 0
[pid=2795] ppid=2794 vsize=868384 CPUtime=10.58
/proc/2795/stat : 2795 (java) S 2794 2770 2694 0 -1 0 11736 0 4 0 1045 13 0 0 18 0 9 0 4416141 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2795/statm: 217096 10036 2540 9 0 211671 0
[pid=2795/tid=2796] ppid=2794 vsize=868384 CPUtime=9.67
/proc/2795/task/2796/stat : 2796 (java) R 2794 2770 2694 0 -1 64 3675 0 4 0 963 4 0 0 25 0 9 0 4416142 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4126961044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2797] ppid=2794 vsize=868384 CPUtime=0.69
/proc/2795/task/2797/stat : 2797 (java) S 2794 2770 2694 0 -1 64 5917 0 0 0 62 7 0 0 16 0 9 0 4416144 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2798] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2798/stat : 2798 (java) S 2794 2770 2694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2799] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2799/stat : 2799 (java) S 2794 2770 2694 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2800] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2800/stat : 2800 (java) S 2794 2770 2694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4416147 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2801] ppid=2794 vsize=868384 CPUtime=0.2
/proc/2795/task/2801/stat : 2801 (java) S 2794 2770 2694 0 -1 64 1451 0 0 0 19 1 0 0 16 0 9 0 4416147 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2802] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2802/stat : 2802 (java) S 2794 2770 2694 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4416147 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2803] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2803/stat : 2803 (java) S 2794 2770 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416147 889225216 10036 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.49
Current children cumulated vsize (KiB) 887340

[startup+25.5016 s]
/proc/loadavg: 1.43 1.10 1.03 4/91 2899
/proc/meminfo: memFree=1816272/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.91
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 957 8754 17 80 2 3 77 9 15 0 1 0 4415963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 797 370 3 0 500 0
[pid=2794] ppid=2770 vsize=5356 CPUtime=0
/proc/2794/stat : 2794 (sh) S 2770 2770 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416141 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2794/statm: 1339 233 193 169 0 50 0
[pid=2795] ppid=2794 vsize=868384 CPUtime=23.29
/proc/2795/stat : 2795 (java) S 2794 2770 2694 0 -1 0 12935 0 4 0 2300 29 0 0 18 0 9 0 4416141 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2795/statm: 217096 10054 2540 9 0 211671 0
[pid=2795/tid=2796] ppid=2794 vsize=868384 CPUtime=21.93
/proc/2795/task/2796/stat : 2796 (java) R 2794 2770 2694 0 -1 64 4856 0 4 0 2180 13 0 0 25 0 9 0 4416142 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2797] ppid=2794 vsize=868384 CPUtime=1.14
/proc/2795/task/2797/stat : 2797 (java) S 2794 2770 2694 0 -1 64 5935 0 0 0 100 14 0 0 16 0 9 0 4416144 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2798] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2798/stat : 2798 (java) S 2794 2770 2694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2799] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2799/stat : 2799 (java) S 2794 2770 2694 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

################
# More data... #
################

[pid=2795/tid=2801] ppid=2794 vsize=868384 CPUtime=0.2
/proc/2795/task/2801/stat : 2801 (java) S 2794 2770 2694 0 -1 64 1451 0 0 0 19 1 0 0 16 0 9 0 4416147 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2802] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2802/stat : 2802 (java) S 2794 2770 2694 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4416147 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2803] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2803/stat : 2803 (java) S 2794 2770 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416147 889225216 10054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.2
Current children cumulated vsize (KiB) 887340

[startup+51.1011 s]
/proc/loadavg: 1.70 1.18 1.06 4/91 2899
/proc/meminfo: memFree=1796760/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=0.91
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 957 8754 17 80 2 3 77 9 15 0 1 0 4415963 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2770/statm: 3400 797 370 3 0 500 0
[pid=2794] ppid=2770 vsize=5356 CPUtime=0
/proc/2794/stat : 2794 (sh) S 2770 2770 2694 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4416141 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2794/statm: 1339 233 193 169 0 50 0
[pid=2795] ppid=2794 vsize=868384 CPUtime=48.77
/proc/2795/stat : 2795 (java) S 2794 2770 2694 0 -1 0 15293 0 4 0 4822 55 0 0 18 0 9 0 4416141 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2795/statm: 217096 10078 2540 9 0 211671 0
[pid=2795/tid=2796] ppid=2794 vsize=868384 CPUtime=46.48
/proc/2795/task/2796/stat : 2796 (java) R 2794 2770 2694 0 -1 64 7190 0 4 0 4627 21 0 0 25 0 9 0 4416142 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2797] ppid=2794 vsize=868384 CPUtime=2.05
/proc/2795/task/2797/stat : 2797 (java) S 2794 2770 2694 0 -1 64 5959 0 0 0 174 31 0 0 16 0 9 0 4416144 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2798] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2798/stat : 2798 (java) S 2794 2770 2694 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2799] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2799/stat : 2799 (java) S 2794 2770 2694 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4416145 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2800] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2800/stat : 2800 (java) S 2794 2770 2694 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4416147 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2801] ppid=2794 vsize=868384 CPUtime=0.2
/proc/2795/task/2801/stat : 2801 (java) S 2794 2770 2694 0 -1 64 1451 0 0 0 19 1 0 0 16 0 9 0 4416147 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2795/tid=2802] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2802/stat : 2802 (java) S 2794 2770 2694 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4416147 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2795/tid=2803] ppid=2794 vsize=868384 CPUtime=0
/proc/2795/task/2803/stat : 2803 (java) S 2794 2770 2694 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 4416147 889225216 10078 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 887340

[startup+102.305 s]
/proc/loadavg: 1.91 1.32 1.11 4/83 2901
/proc/meminfo: memFree=1337496/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=354216 CPUtime=24.38
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 62618 0 0 0 1108 1330 0 0 25 0 1 0 4423741 362717184 62604 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 88554 62604 40 102 0 88449 0
Current children cumulated CPU time (s) 100.48
Current children cumulated vsize (KiB) 373172

[startup+162.301 s]
/proc/loadavg: 2.31 1.55 1.20 4/83 2901
/proc/meminfo: memFree=1113048/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=575212 CPUtime=84.12
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 116446 0 0 0 3778 4634 0 0 25 0 1 0 4423741 589017088 116432 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 143803 116432 40 102 0 143698 0
Current children cumulated CPU time (s) 160.22
Current children cumulated vsize (KiB) 594168

Solver just ended. Dumping a history of the last processes samples

[startup+166.302 s]
/proc/loadavg: 2.29 1.56 1.21 4/83 2901
/proc/meminfo: memFree=1105880/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=585244 CPUtime=88.07
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 119086 0 0 0 3946 4861 0 0 25 0 1 0 4423741 599289856 119072 996147200 134512640 134931368 4294956256 18446744073709551615 134545629 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 146311 119072 40 102 0 146206 0
Current children cumulated CPU time (s) 164.17
Current children cumulated vsize (KiB) 604200

[startup+172.706 s]
/proc/loadavg: 2.27 1.56 1.21 3/83 2901
/proc/meminfo: memFree=1088920/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=627524 CPUtime=94.45
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 123123 0 0 0 4459 4986 0 0 25 0 1 0 4423741 642584576 123084 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 156881 123084 42 102 0 156776 0
Current children cumulated CPU time (s) 170.55
Current children cumulated vsize (KiB) 646480

[startup+175.901 s]
/proc/loadavg: 2.24 1.57 1.21 4/83 2901
/proc/meminfo: memFree=1088344/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=627524 CPUtime=97.63
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 123229 0 0 0 4777 4986 0 0 25 0 1 0 4423741 642584576 123190 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 156881 123190 42 102 0 156776 0
Current children cumulated CPU time (s) 173.73
Current children cumulated vsize (KiB) 646480

[startup+179.103 s]
/proc/loadavg: 2.24 1.57 1.21 3/83 2901
/proc/meminfo: memFree=1084824/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=660424 CPUtime=100.82
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 124163 0 0 0 5096 4986 0 0 25 0 1 0 4423741 676274176 124124 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 165106 124124 42 102 0 165001 0
Current children cumulated CPU time (s) 176.92
Current children cumulated vsize (KiB) 679380

[startup+180.702 s]
/proc/loadavg: 2.22 1.58 1.22 3/83 2901
/proc/meminfo: memFree=1081752/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=662408 CPUtime=102.41
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194304 124876 0 0 0 5254 4987 0 0 25 0 1 0 4423741 678305792 123813 996147200 134512640 134931368 4294956256 18446744073709551615 134608241 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 165602 123813 42 102 0 165497 0
Current children cumulated CPU time (s) 178.51
Current children cumulated vsize (KiB) 681364

[startup+181.102 s]
/proc/loadavg: 2.22 1.58 1.22 3/83 2901
/proc/meminfo: memFree=1081752/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=76.1
/proc/2770/stat : 2770 (sugar) S 2767 2770 2694 0 -1 4194304 1005 30262 17 84 3 3 7374 230 16 0 1 0 4415963 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2770/statm: 3400 799 370 3 0 500 0
[pid=2900] ppid=2770 vsize=5356 CPUtime=0
/proc/2900/stat : 2900 (sh) S 2770 2770 2694 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4423740 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2900/statm: 1339 232 193 169 0 50 0
[pid=2901] ppid=2900 vsize=0 CPUtime=102.81
/proc/2901/stat : 2901 (picosat) R 2900 2770 2694 0 -1 4194308 124878 0 0 0 5288 4993 0 0 25 0 1 0 4423741 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/2901/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 178.91
Current children cumulated vsize (KiB) 18956

[startup+181.506 s]
/proc/loadavg: 2.22 1.58 1.22 4/91 2911
/proc/meminfo: memFree=1575320/2055920 swapFree=4192956/4192956
[pid=2770] ppid=2767 vsize=13600 CPUtime=179.28
/proc/2770/stat : 2770 (sugar) R 2767 2770 2694 0 -1 4194304 1102 159617 17 85 3 8 12688 5229 16 0 1 0 4415963 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 248761783337 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2770/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 179.28
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 181.563
CPU time (s): 179.364
CPU user time (s): 126.925
CPU system time (s): 52.439
CPU usage (%): 98.7888
Max. virtual memory (cumulated for all children) (KiB): 889908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.925
system time used= 52.439
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160749
page faults= 102
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57017
involuntary context switches= 58497

runsolver used 0.233964 second user time and 0.579911 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-08 02:32:53
IDJOB=1107521
IDBENCH=54326
IDSOLVER=345
FILE ID=node55/1107521-1215477173
PBS_JOBID= 7888731
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-8-3-fair.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1107521-1215477173/watcher-1107521-1215477173 -o /tmp/evaluation-result-1107521-1215477173/solver-1107521-1215477173 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1107521-1215477173.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 801d340a67e965a11769879f2a8f9146
RANDOM SEED=1381724825

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.225
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1927592 kB
Buffers:         32860 kB
Cached:          52004 kB
SwapCached:          0 kB
Active:          68600 kB
Inactive:        30240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1927592 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4552 kB
Writeback:           0 kB
Mapped:          23828 kB
Slab:            15028 kB
Committed_AS:    73260 kB
PageTables:       1688 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66420 MiB
End job on node55 at 2008-07-08 02:35:55