Trace number 1083477

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 1447.59 1453.96

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-25.xml
MD5SUM38af2b06f564c2fa6a4a17a02adff205
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark956.216
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:26:23 2008
0.00/0.04	c 0	PID 26492
0.00/0.04	c 0	HOST node1.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083477-1215228383.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083477-1215228383.xml' 'HOME/temp.csp'
0.97/1.05	c 1	97 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
0.97/1.09	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.09	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'
1.04/1.17	c 1	Parsing HOME/temp.csp
1.04/1.50	c 2	parsed 10000 expressions
1.04/1.60	c 2	parsed 13841 expressions
1.04/1.60	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.04/1.60	c 2	Converting to clausal form CSP
1.04/1.79	c 2	converted 1385 (10%) expressions
1.04/1.85	c 2	converted 2769 (20%) expressions
1.04/1.89	c 2	converted 4153 (30%) expressions
1.04/1.92	c 2	converted 5537 (40%) expressions
1.04/2.01	c 2	converted 6921 (50%) expressions
1.04/2.04	c 2	converted 8305 (60%) expressions
1.04/2.08	c 2	converted 9689 (70%) expressions
2.03/2.12	c 2	converted 11073 (80%) expressions
2.03/2.16	c 2	converted 12457 (90%) expressions
2.03/2.19	c 2	converted 13841 (100%) expressions
2.03/2.19	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1518
2.03/2.19	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.19	c 2	Propagation in CSP
2.82/2.96	c 3	746852 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.82/2.96	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 745
2.82/2.96	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/2.97	c 3	Simplifing CSP by introducing new Boolean variables
2.93/3.08	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 745
2.93/3.08	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.02/3.19	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.12/3.29	c 3	80 (10%) CSP integer variables are encoded (51600 clauses, 751886 bytes)
3.22/3.33	c 3	160 (20%) CSP integer variables are encoded (85480 clauses, 1260086 bytes)
3.22/3.38	c 4	240 (30%) CSP integer variables are encoded (127840 clauses, 1951553 bytes)
3.31/3.45	c 4	320 (40%) CSP integer variables are encoded (185360 clauses, 2929393 bytes)
3.31/3.50	c 4	400 (50%) CSP integer variables are encoded (220000 clauses, 3518273 bytes)
3.41/3.55	c 4	480 (60%) CSP integer variables are encoded (262280 clauses, 4237033 bytes)
3.52/3.60	c 4	560 (70%) CSP integer variables are encoded (301120 clauses, 4897313 bytes)
3.52/3.63	c 4	640 (80%) CSP integer variables are encoded (330120 clauses, 5390313 bytes)
3.61/3.71	c 4	720 (90%) CSP integer variables are encoded (382440 clauses, 6279753 bytes)
3.61/3.76	c 4	800 (100%) CSP integer variables are encoded (427440 clauses, 7044753 bytes)
5.10/5.23	c 5	3654 (10%) CSP clauses are encoded (1189950 clauses, 24472615 bytes)
6.29/6.48	c 7	7308 (20%) CSP clauses are encoded (1855528 clauses, 39978281 bytes)
7.27/7.45	c 8	10962 (30%) CSP clauses are encoded (2355928 clauses, 51638589 bytes)
8.17/8.36	c 9	14616 (40%) CSP clauses are encoded (2832873 clauses, 62764538 bytes)
9.33/9.58	c 10	18270 (50%) CSP clauses are encoded (3463616 clauses, 78028946 bytes)
10.84/11.08	c 11	21924 (60%) CSP clauses are encoded (4246499 clauses, 97081810 bytes)
12.02/12.29	c 12	25578 (70%) CSP clauses are encoded (4874615 clauses, 112332335 bytes)
13.02/13.21	c 13	29232 (80%) CSP clauses are encoded (5356895 clauses, 123978848 bytes)
14.28/14.51	c 15	32886 (90%) CSP clauses are encoded (6042143 clauses, 140423055 bytes)
15.58/15.83	c 16	36540 (100%) CSP clauses are encoded (6783395 clauses, 157445056 bytes)
15.58/15.83	c 16	36540 CSP clauses encoded
15.58/15.83	c 16	Writing map file : HOME/temp.map
15.58/15.86	c 16	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.58/15.86	c 16	SAT : 451840 SAT variables, 6783395 SAT clauses, 157445056 bytes
15.58/15.86	c 16	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.58/15.89	c 16	SOLVING HOME/temp.cnf
15.58/15.89	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1447.24/1453.66	c 1454	DECODING HOME/temp.out WITH HOME/temp.map
1447.24/1453.66	c 1454	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1447.31/1453.75	c 1454	Decoding HOME/temp.out
1447.31/1453.83	s UNSATISFIABLE
1447.31/1453.85	c 1454	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1447.31/1453.88	c 1454	CPU 1416.36 (0.03 0.01 1416.33 31.12)
1447.31/1453.88	c 1454	END Sat Jul  5 05:50:37 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-1083477-1215228383/watcher-1083477-1215228383 -o /tmp/evaluation-result-1083477-1215228383/solver-1083477-1215228383 -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-1083477-1215228383.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: 2.09 2.04 2.01 4/81 26492
/proc/meminfo: memFree=1779160/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=11864 CPUtime=0
/proc/26492/stat : 26492 (sugar) R 26490 26492 25300 0 -1 4194304 133 0 0 0 0 0 0 0 18 0 1 0 2001813941 12148736 101 996147200 4194304 4206940 548682068608 18446744073709551615 259352881309 0 0 4224 0 0 0 0 17 1 0 0
/proc/26492/statm: 2966 101 70 3 0 66 0

[startup+0.0695059 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 26492
/proc/meminfo: memFree=1779160/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=0.03
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001813941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101556 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 26492
/proc/meminfo: memFree=1779160/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=0.03
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001813941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301599 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 26492
/proc/meminfo: memFree=1779160/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=0.03
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001813941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701689 s]
/proc/loadavg: 2.09 2.04 2.01 4/81 26492
/proc/meminfo: memFree=1779160/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=0.03
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2001813941 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50187 s]
/proc/loadavg: 2.09 2.04 2.01 3/92 26504
/proc/meminfo: memFree=1751224/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=1.04
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 973 10476 0 1 3 1 94 6 15 0 1 0 2001813941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 13600

[startup+3.10311 s]
/proc/loadavg: 2.16 2.05 2.01 3/92 26514
/proc/meminfo: memFree=1755128/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=1.04
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 974 10476 0 1 3 1 94 6 15 0 1 0 2001813941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 797 370 3 0 500 0
[pid=26505] ppid=26492 vsize=5356 CPUtime=0
/proc/26505/stat : 26505 (sh) S 26492 26492 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001814050 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26505/statm: 1339 233 193 169 0 50 0
[pid=26506] ppid=26505 vsize=868624 CPUtime=1.98
/proc/26506/stat : 26506 (java) S 26505 26492 25300 0 -1 0 11546 0 1 0 192 6 0 0 18 0 9 0 2001814051 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26506/statm: 217156 10548 2540 9 0 211731 0
[pid=26506/tid=26507] ppid=26505 vsize=868624 CPUtime=1.33
/proc/26506/task/26507/stat : 26507 (java) R 26505 26492 25300 0 -1 64 2849 0 1 0 132 1 0 0 25 0 9 0 2001814051 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26508] ppid=26505 vsize=868624 CPUtime=0.44
/proc/26506/task/26508/stat : 26508 (java) R 26505 26492 25300 0 -1 64 6545 0 0 0 41 3 0 0 16 0 9 0 2001814053 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 102721792 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26509] ppid=26505 vsize=868624 CPUtime=0
/proc/26506/task/26509/stat : 26509 (java) S 26505 26492 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001814053 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26510] ppid=26505 vsize=868624 CPUtime=0
/proc/26506/task/26510/stat : 26510 (java) S 26505 26492 25300 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2001814053 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26511] ppid=26505 vsize=868624 CPUtime=0
/proc/26506/task/26511/stat : 26511 (java) S 26505 26492 25300 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2001814055 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26512] ppid=26505 vsize=868624 CPUtime=0.19
/proc/26506/task/26512/stat : 26512 (java) S 26505 26492 25300 0 -1 64 1455 0 0 0 19 0 0 0 16 0 9 0 2001814055 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26513] ppid=26505 vsize=868624 CPUtime=0
/proc/26506/task/26513/stat : 26513 (java) S 26505 26492 25300 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2001814055 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26514] ppid=26505 vsize=868624 CPUtime=0
/proc/26506/task/26514/stat : 26514 (java) S 26505 26492 25300 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001814055 889470976 10548 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887580

[startup+6.30273 s]
/proc/loadavg: 2.16 2.05 2.01 3/92 26514
/proc/meminfo: memFree=1716280/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=1.04
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 974 10476 0 1 3 1 94 6 16 0 1 0 2001813941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 797 370 3 0 500 0
[pid=26505] ppid=26492 vsize=5356 CPUtime=0
/proc/26505/stat : 26505 (sh) S 26492 26492 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001814050 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26505/statm: 1339 233 193 169 0 50 0
[pid=26506] ppid=26505 vsize=868484 CPUtime=5.15
/proc/26506/stat : 26506 (java) S 26505 26492 25300 0 -1 0 12232 0 1 0 482 33 0 0 18 0 9 0 2001814051 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26506/statm: 217121 10558 2565 9 0 211668 0
[pid=26506/tid=26507] ppid=26505 vsize=868484 CPUtime=4.15
/proc/26506/task/26507/stat : 26507 (java) R 26505 26492 25300 0 -1 64 3503 0 1 0 392 23 0 0 25 0 9 0 2001814051 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26508] ppid=26505 vsize=868484 CPUtime=0.74
/proc/26506/task/26508/stat : 26508 (java) S 26505 26492 25300 0 -1 64 6545 0 0 0 66 8 0 0 16 0 9 0 2001814053 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26509] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26509/stat : 26509 (java) S 26505 26492 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001814053 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26510] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26510/stat : 26510 (java) S 26505 26492 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001814053 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26511] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26511/stat : 26511 (java) S 26505 26492 25300 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26512] ppid=26505 vsize=868484 CPUtime=0.24
/proc/26506/task/26512/stat : 26512 (java) S 26505 26492 25300 0 -1 64 1487 0 0 0 23 1 0 0 16 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26513] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26513/stat : 26513 (java) S 26505 26492 25300 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26514] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26514/stat : 26514 (java) S 26505 26492 25300 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887440

[startup+12.703 s]
/proc/loadavg: 2.14 2.05 2.01 3/92 26514
/proc/meminfo: memFree=1633720/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=1.04
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 974 10476 0 1 3 1 94 6 16 0 1 0 2001813941 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 797 370 3 0 500 0
[pid=26505] ppid=26492 vsize=5356 CPUtime=0
/proc/26505/stat : 26505 (sh) S 26492 26492 25300 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001814050 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26505/statm: 1339 233 193 169 0 50 0
[pid=26506] ppid=26505 vsize=868484 CPUtime=11.47
/proc/26506/stat : 26506 (java) S 26505 26492 25300 0 -1 0 13493 0 1 0 1058 89 0 0 18 0 9 0 2001814051 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26506/statm: 217121 10558 2565 9 0 211668 0
[pid=26506/tid=26507] ppid=26505 vsize=868484 CPUtime=10.07
/proc/26506/task/26507/stat : 26507 (java) R 26505 26492 25300 0 -1 64 4764 0 1 0 937 70 0 0 25 0 9 0 2001814051 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4127007860 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26508] ppid=26505 vsize=868484 CPUtime=1.14
/proc/26506/task/26508/stat : 26508 (java) S 26505 26492 25300 0 -1 64 6545 0 0 0 97 17 0 0 16 0 9 0 2001814053 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26509] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26509/stat : 26509 (java) S 26505 26492 25300 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001814053 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26510] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26510/stat : 26510 (java) S 26505 26492 25300 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2001814053 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26511] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26511/stat : 26511 (java) S 26505 26492 25300 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26512] ppid=26505 vsize=868484 CPUtime=0.24
/proc/26506/task/26512/stat : 26512 (java) S 26505 26492 25300 0 -1 64 1487 0 0 0 23 1 0 0 16 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26513] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26513/stat : 26513 (java) S 26505 26492 25300 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26506/tid=26514] ppid=26505 vsize=868484 CPUtime=0
/proc/26506/task/26514/stat : 26514 (java) S 26505 26492 25300 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2001814055 889327616 10558 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887440

[startup+25.5015 s]
/proc/loadavg: 2.11 2.05 2.01 3/85 26517
/proc/meminfo: memFree=1482416/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=74200 CPUtime=9.54
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 16794 0 0 0 435 519 0 0 25 0 1 0 2001815530 75980800 16780 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 18550 16780 40 102 0 18445 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 93156

[startup+51.1016 s]
/proc/loadavg: 2.07 2.04 2.01 3/85 26517
/proc/meminfo: memFree=1335600/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=177708 CPUtime=35.04
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 42578 0 0 0 1609 1895 0 0 25 0 1 0 2001815530 181972992 42564 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 44427 42564 40 102 0 44322 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 196664

[startup+102.307 s]
/proc/loadavg: 2.07 2.05 2.01 3/85 26518
/proc/meminfo: memFree=813800/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=270544 CPUtime=85.94
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 62174 0 0 0 5613 2981 0 0 25 0 1 0 2001815530 277037056 62160 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 67636 62160 42 102 0 67531 0

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

/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274240 CPUtime=1161.43
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63149 0 0 0 113159 2984 0 0 25 0 1 0 2001815530 280821760 63135 996147200 134512640 134931368 4294956256 18446744073709551615 134522811 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68560 63135 42 102 0 68455 0
Current children cumulated CPU time (s) 1177.08
Current children cumulated vsize (KiB) 293196

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=762664/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274504 CPUtime=1221.17
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63216 0 0 0 119133 2984 0 0 25 0 1 0 2001815530 281092096 63202 996147200 134512640 134931368 4294956256 18446744073709551615 134525610 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68626 63202 42 102 0 68521 0
Current children cumulated CPU time (s) 1236.82
Current children cumulated vsize (KiB) 293460

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=762280/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274768 CPUtime=1280.92
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63268 0 0 0 125108 2984 0 0 25 0 1 0 2001815530 281362432 63254 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68692 63254 42 102 0 68587 0
Current children cumulated CPU time (s) 1296.57
Current children cumulated vsize (KiB) 293724

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761640/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1340.67
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63303 0 0 0 131083 2984 0 0 25 0 1 0 2001815530 281497600 63289 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63289 42 102 0 68620 0
Current children cumulated CPU time (s) 1356.32
Current children cumulated vsize (KiB) 293856

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1400.42
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63303 0 0 0 137058 2984 0 0 25 0 1 0 2001815530 281497600 63289 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63289 42 102 0 68620 0
Current children cumulated CPU time (s) 1416.07
Current children cumulated vsize (KiB) 293856

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

[startup+1433.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1411.58
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63305 0 0 0 138173 2985 0 0 25 0 1 0 2001815530 281497600 63291 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63291 42 102 0 68620 0
Current children cumulated CPU time (s) 1427.23
Current children cumulated vsize (KiB) 293856

[startup+1446.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1424.33
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63306 0 0 0 139448 2985 0 0 25 0 1 0 2001815530 281497600 63292 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63292 42 102 0 68620 0
Current children cumulated CPU time (s) 1439.98
Current children cumulated vsize (KiB) 293856

[startup+1449.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1427.51
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63306 0 0 0 139766 2985 0 0 25 0 1 0 2001815530 281497600 63292 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63292 42 102 0 68620 0
Current children cumulated CPU time (s) 1443.16
Current children cumulated vsize (KiB) 293856

[startup+1451.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1429.11
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63306 0 0 0 139926 2985 0 0 25 0 1 0 2001815530 281497600 63292 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63292 42 102 0 68620 0
Current children cumulated CPU time (s) 1444.76
Current children cumulated vsize (KiB) 293856

[startup+1452.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=274900 CPUtime=1430.7
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63307 0 0 0 140085 2985 0 0 25 0 1 0 2001815530 281497600 63293 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68725 63293 42 102 0 68620 0
Current children cumulated CPU time (s) 1446.35
Current children cumulated vsize (KiB) 293856

[startup+1453.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=15.65
/proc/26492/stat : 26492 (sugar) S 26490 26492 25300 0 -1 4194304 1022 24900 0 2 3 1 1440 121 16 0 1 0 2001813941 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26492/statm: 3400 799 370 3 0 500 0
[pid=26515] ppid=26492 vsize=5356 CPUtime=0
/proc/26515/stat : 26515 (sh) S 26492 26492 25300 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2001815530 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26515/statm: 1339 232 193 169 0 50 0
[pid=26516] ppid=26515 vsize=275036 CPUtime=1431.5
/proc/26516/stat : 26516 (picosat) R 26515 26492 25300 0 -1 4194304 63382 0 0 0 140165 2985 0 0 25 0 1 0 2001815530 281636864 63368 996147200 134512640 134931368 4294956256 18446744073709551615 134533650 0 0 4096 0 0 0 0 17 0 0 0
/proc/26516/statm: 68759 63368 42 102 0 68654 0
Current children cumulated CPU time (s) 1447.15
Current children cumulated vsize (KiB) 293992

[startup+1453.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26521
/proc/meminfo: memFree=761576/2055920 swapFree=4179472/4192956
[pid=26492] ppid=26490 vsize=13600 CPUtime=1447.51
/proc/26492/stat : 26492 (sugar) R 26490 26492 25300 0 -1 4194304 1119 92413 0 3 3 3 141633 3112 16 0 1 0 2001813941 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26492/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1447.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1453.96
CPU time (s): 1447.59
CPU user time (s): 1416.37
CPU system time (s): 31.2183
CPU usage (%): 99.5619
Max. virtual memory (cumulated for all children) (KiB): 887580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1416.37
system time used= 31.2183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93562
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21087
involuntary context switches= 40285

runsolver used 1.36379 second user time and 3.99539 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 05:26:23
IDJOB=1083477
IDBENCH=57479
IDSOLVER=345
FILE ID=node1/1083477-1215228383
PBS_JOBID= 7881835
Free space on /tmp= 66516 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-25.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-1083477-1215228383/watcher-1083477-1215228383 -o /tmp/evaluation-result-1083477-1215228383/solver-1083477-1215228383 -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-1083477-1215228383.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38af2b06f564c2fa6a4a17a02adff205
RANDOM SEED=35169688

node1.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.265
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.265
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:       1779640 kB
Buffers:         29112 kB
Cached:         158960 kB
SwapCached:       7496 kB
Active:         132340 kB
Inactive:        88188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779640 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            5572 kB
Writeback:           0 kB
Mapped:          48796 kB
Slab:            40892 kB
Committed_AS:  3245284 kB
PageTables:       1940 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= 66516 MiB
End job on node1 at 2008-07-05 05:50:37