Trace number 1087388

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 202.479 205.014

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-1.xml
MD5SUM61e96c97715b7c95a31e810829750342
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 benchmark22.3496
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/picosat
0.00/0.16	c 0	BEGIN Sat Jul  5 09:42:20 2008
0.00/0.16	c 0	PID 13356
0.00/0.16	c 0	HOST node29.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1087388-1215243739.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087388-1215243739.xml' 'HOME/temp.csp'
0.03/0.97	c 1	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.82/1.01	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.82/1.01	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.82/1.09	c 1	Parsing HOME/temp.csp
0.82/1.37	c 1	parsed 5027 expressions
0.82/1.38	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.82/1.38	c 1	Converting to clausal form CSP
0.82/1.76	c 1	converted 503 (10%) expressions
2.19/2.42	c 2	converted 1006 (20%) expressions
2.78/3.01	c 3	converted 1509 (30%) expressions
3.27/3.52	c 3	converted 2011 (40%) expressions
3.77/4.02	c 4	converted 2514 (50%) expressions
4.17/4.43	c 4	converted 3017 (60%) expressions
4.56/4.81	c 4	converted 3519 (70%) expressions
5.06/5.38	c 5	converted 4022 (80%) expressions
5.55/5.80	c 5	converted 4525 (90%) expressions
5.95/6.20	c 6	converted 5027 (100%) expressions
5.95/6.20	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
5.95/6.20	c 6	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.95/6.20	c 6	Propagation in CSP
6.25/6.51	c 6	6420 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.25/6.51	c 6	CSP : 697 integers, 13494 booleans, 28546 clauses, largest domain size 2717
6.25/6.51	c 6	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.25/6.53	c 6	Simplifing CSP by introducing new Boolean variables
6.25/6.59	c 6	CSP : 697 integers, 23348 booleans, 38400 clauses, largest domain size 2717
6.25/6.59	c 6	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.64/6.91	c 6	Encoding CSP to SAT : HOME/temp.cnf
7.04/7.31	c 7	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
7.33/7.67	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.62/7.99	c 8	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
8.02/8.31	c 8	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
8.31/8.64	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.51/8.88	c 8	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.71/9.07	c 9	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.91/9.28	c 9	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
9.11/9.47	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
9.31/9.64	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
24.72/25.25	c 25	3840 (10%) CSP clauses are encoded (3171596 clauses, 64026259 bytes)
33.71/34.39	c 34	7680 (20%) CSP clauses are encoded (5010555 clauses, 105229889 bytes)
40.34/41.06	c 41	11520 (30%) CSP clauses are encoded (6494867 clauses, 139148029 bytes)
44.58/45.35	c 45	15360 (40%) CSP clauses are encoded (7572825 clauses, 164499153 bytes)
48.70/49.53	c 49	19200 (50%) CSP clauses are encoded (8868325 clauses, 195516706 bytes)
52.15/53.03	c 53	23040 (60%) CSP clauses are encoded (10016201 clauses, 223084560 bytes)
55.70/56.64	c 56	26880 (70%) CSP clauses are encoded (11217717 clauses, 252153370 bytes)
59.12/60.14	c 60	30720 (80%) CSP clauses are encoded (12322522 clauses, 278912735 bytes)
62.35/63.45	c 63	34560 (90%) CSP clauses are encoded (13411985 clauses, 305302638 bytes)
65.41/66.67	c 66	38400 (100%) CSP clauses are encoded (14431439 clauses, 330129718 bytes)
65.41/66.67	c 66	38400 CSP clauses encoded
65.41/66.67	c 66	Writing map file : HOME/temp.map
65.50/66.71	c 66	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.50/66.71	c 66	SAT : 839881 SAT variables, 14431439 SAT clauses, 330129718 bytes
65.50/66.71	c 66	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
65.50/66.76	c 66	SOLVING HOME/temp.cnf
65.50/66.76	c 66	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
201.66/204.29	c 204	DECODING HOME/temp.out WITH HOME/temp.map
201.66/204.29	c 204	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
201.78/204.39	c 204	Decoding HOME/temp.out
202.24/204.81	s UNSATISFIABLE
202.24/204.81	c 204	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
202.24/204.85	c 204	CPU 131.96 (0.04 0 131.92 70.32)
202.24/204.85	c 204	END Sat Jul  5 09:45:44 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-1087388-1215243739/watcher-1087388-1215243739 -o /tmp/evaluation-result-1087388-1215243739/solver-1087388-1215243739 -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-1087388-1215243739.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: 1.99 1.98 1.99 4/72 13356
/proc/meminfo: memFree=1542896/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=18572 CPUtime=0
/proc/13356/stat : 13356 (runsolver) R 13354 13356 12366 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003347747 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13356/statm: 4643 292 257 25 0 2626 0

[startup+0.05204 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13356
/proc/meminfo: memFree=1542896/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=2504 CPUtime=0
/proc/13356/stat : 13356 (sugar) D 13354 13356 12366 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 2003347747 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 221778084560 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/13356/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101046 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13356
/proc/meminfo: memFree=1542896/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=12272 CPUtime=0
/proc/13356/stat : 13356 (sugar) D 13354 13356 12366 0 -1 4194304 394 0 2 0 0 0 0 0 18 0 1 0 2003347747 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/13356/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301066 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13356
/proc/meminfo: memFree=1542896/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.03
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 898 127 2 0 3 0 0 0 19 0 1 0 2003347747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701089 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 13356
/proc/meminfo: memFree=1542896/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.03
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 898 127 2 0 3 0 0 0 19 0 1 0 2003347747 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50114 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 13368
/proc/meminfo: memFree=1540056/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.82
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 971 7247 2 1 3 0 74 5 15 0 1 0 2003347747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.82
Current children cumulated vsize (KiB) 13600

[startup+3.10224 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 13378
/proc/meminfo: memFree=1524632/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.82
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 971 7247 2 1 3 0 74 5 15 0 1 0 2003347747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 797 370 3 0 500 0
[pid=13369] ppid=13356 vsize=5356 CPUtime=0
/proc/13369/stat : 13369 (sh) S 13356 13356 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003347848 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13369/statm: 1339 233 193 169 0 50 0
[pid=13370] ppid=13369 vsize=868352 CPUtime=2.06
/proc/13370/stat : 13370 (java) S 13369 13356 12366 0 -1 0 8380 0 1 0 199 7 0 0 18 0 9 0 2003347848 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13370/statm: 217088 7484 2540 9 0 211663 0
[pid=13370/tid=13371] ppid=13369 vsize=868352 CPUtime=1.52
/proc/13370/task/13371/stat : 13371 (java) R 13369 13356 12366 0 -1 64 2800 0 1 0 150 2 0 0 25 0 9 0 2003347849 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4126466901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13372] ppid=13369 vsize=868352 CPUtime=0.31
/proc/13370/task/13372/stat : 13372 (java) S 13369 13356 12366 0 -1 64 3436 0 0 0 28 3 0 0 16 0 9 0 2003347851 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13373] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13373/stat : 13373 (java) S 13369 13356 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003347851 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13374] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13374/stat : 13374 (java) S 13369 13356 12366 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003347851 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13375] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13375/stat : 13375 (java) S 13369 13356 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003347853 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13376] ppid=13369 vsize=868352 CPUtime=0.21
/proc/13370/task/13376/stat : 13376 (java) S 13369 13356 12366 0 -1 64 1451 0 0 0 21 0 0 0 15 0 9 0 2003347853 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13377] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13377/stat : 13377 (java) S 13369 13356 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003347853 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13378] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13378/stat : 13378 (java) S 13369 13356 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003347853 889192448 7484 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 887308

[startup+6.30244 s]
/proc/loadavg: 1.99 1.98 1.99 4/83 13378
/proc/meminfo: memFree=1506840/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.82
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 972 7247 2 1 3 0 74 5 15 0 1 0 2003347747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 797 370 3 0 500 0
[pid=13369] ppid=13356 vsize=5356 CPUtime=0
/proc/13369/stat : 13369 (sh) S 13356 13356 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003347848 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13369/statm: 1339 233 193 169 0 50 0
[pid=13370] ppid=13369 vsize=868352 CPUtime=5.23
/proc/13370/stat : 13370 (java) S 13369 13356 12366 0 -1 0 13195 0 1 0 512 11 0 0 18 0 9 0 2003347848 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13370/statm: 217088 12090 2540 9 0 211663 0
[pid=13370/tid=13371] ppid=13369 vsize=868352 CPUtime=4.04
/proc/13370/task/13371/stat : 13371 (java) R 13369 13356 12366 0 -1 64 3218 0 1 0 402 2 0 0 25 0 9 0 2003347849 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4126576401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13372] ppid=13369 vsize=868352 CPUtime=0.92
/proc/13370/task/13372/stat : 13372 (java) S 13369 13356 12366 0 -1 64 7825 0 0 0 86 6 0 0 16 0 9 0 2003347851 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13373] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13373/stat : 13373 (java) S 13369 13356 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003347851 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13374] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13374/stat : 13374 (java) S 13369 13356 12366 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003347851 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13375] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13375/stat : 13375 (java) S 13369 13356 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003347853 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13376] ppid=13369 vsize=868352 CPUtime=0.22
/proc/13370/task/13376/stat : 13376 (java) S 13369 13356 12366 0 -1 64 1459 0 0 0 22 0 0 0 16 0 9 0 2003347853 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13377] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13377/stat : 13377 (java) S 13369 13356 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003347853 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13378] ppid=13369 vsize=868352 CPUtime=0
/proc/13370/task/13378/stat : 13378 (java) R 13369 13356 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003347853 889192448 12090 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 887308

[startup+12.7029 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 13378
/proc/meminfo: memFree=1475416/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.82
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 972 7247 2 1 3 0 74 5 15 0 1 0 2003347747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 797 370 3 0 500 0
[pid=13369] ppid=13356 vsize=5356 CPUtime=0
/proc/13369/stat : 13369 (sh) S 13356 13356 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003347848 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13369/statm: 1339 233 193 169 0 50 0
[pid=13370] ppid=13369 vsize=868464 CPUtime=11.55
/proc/13370/stat : 13370 (java) S 13369 13356 12366 0 -1 0 15563 0 1 0 1127 28 0 0 18 0 9 0 2003347848 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13370/statm: 217116 13268 2566 9 0 211663 0
[pid=13370/tid=13371] ppid=13369 vsize=868464 CPUtime=9.83
/proc/13370/task/13371/stat : 13371 (java) R 13369 13356 12366 0 -1 64 3590 0 1 0 967 16 0 0 25 0 9 0 2003347849 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4126576304 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13372] ppid=13369 vsize=868464 CPUtime=1.39
/proc/13370/task/13372/stat : 13372 (java) S 13369 13356 12366 0 -1 64 9785 0 0 0 130 9 0 0 16 0 9 0 2003347851 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13373] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13373/stat : 13373 (java) S 13369 13356 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003347851 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13374] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13374/stat : 13374 (java) S 13369 13356 12366 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003347851 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13375] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13375/stat : 13375 (java) S 13369 13356 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003347853 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13376] ppid=13369 vsize=868464 CPUtime=0.28
/proc/13370/task/13376/stat : 13376 (java) S 13369 13356 12366 0 -1 64 1495 0 0 0 28 0 0 0 17 0 9 0 2003347853 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13377] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13377/stat : 13377 (java) S 13369 13356 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003347853 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13378] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13378/stat : 13378 (java) S 13369 13356 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003347853 889307136 13268 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 887420

[startup+25.5017 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 13378
/proc/meminfo: memFree=1433368/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.82
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 972 7247 2 1 3 0 74 5 16 0 1 0 2003347747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 797 370 3 0 500 0
[pid=13369] ppid=13356 vsize=5356 CPUtime=0
/proc/13369/stat : 13369 (sh) S 13356 13356 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003347848 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13369/statm: 1339 233 193 169 0 50 0
[pid=13370] ppid=13369 vsize=868464 CPUtime=24.19
/proc/13370/stat : 13370 (java) S 13369 13356 12366 0 -1 0 15933 0 1 0 2362 57 0 0 18 0 9 0 2003347848 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13370/statm: 217116 13273 2566 9 0 211663 0
[pid=13370/tid=13371] ppid=13369 vsize=868464 CPUtime=22.28
/proc/13370/task/13371/stat : 13371 (java) R 13369 13356 12366 0 -1 64 3955 0 1 0 2185 43 0 0 25 0 9 0 2003347849 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4126844887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13372] ppid=13369 vsize=868464 CPUtime=1.58
/proc/13370/task/13372/stat : 13372 (java) S 13369 13356 12366 0 -1 64 9785 0 0 0 147 11 0 0 16 0 9 0 2003347851 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13373] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13373/stat : 13373 (java) S 13369 13356 12366 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003347851 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13374] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13374/stat : 13374 (java) S 13369 13356 12366 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003347851 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13375] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13375/stat : 13375 (java) S 13369 13356 12366 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2003347853 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13376] ppid=13369 vsize=868464 CPUtime=0.29
/proc/13370/task/13376/stat : 13376 (java) S 13369 13356 12366 0 -1 64 1500 0 0 0 29 0 0 0 16 0 9 0 2003347853 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13377] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13377/stat : 13377 (java) S 13369 13356 12366 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003347853 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13370/tid=13378] ppid=13369 vsize=868464 CPUtime=0
/proc/13370/task/13378/stat : 13378 (java) S 13369 13356 12366 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003347853 889307136 13273 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 887420

[startup+51.1013 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 13378
/proc/meminfo: memFree=1293464/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=0.82
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 972 7247 2 1 3 0 74 5 16 0 1 0 2003347747 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 797 370 3 0 500 0
[pid=13369] ppid=13356 vsize=5356 CPUtime=0
/proc/13369/stat : 13369 (sh) S 13356 13356 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003347848 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13369/statm: 1339 233 193 169 0 50 0
[pid=13370] ppid=13369 vsize=868464 CPUtime=49.47
/proc/13370/stat : 13370 (java) S 13369 13356 12366 0 -1 0 17098 0 1 0 4788 159 0 0 18 0 9 0 2003347848 889307136 13276 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+102.307 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 13380
/proc/meminfo: memFree=1030104/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=201332 CPUtime=35.17
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 44941 0 0 0 1588 1929 0 0 25 0 1 0 2003354425 206163968 44927 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 50333 44927 40 102 0 50228 0
Current children cumulated CPU time (s) 100.71
Current children cumulated vsize (KiB) 220288

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 13380
/proc/meminfo: memFree=813144/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=409984 CPUtime=94.61
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 98646 0 0 0 4322 5139 0 0 25 0 1 0 2003354425 419823616 98632 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 102496 98632 40 102 0 102391 0
Current children cumulated CPU time (s) 160.15
Current children cumulated vsize (KiB) 428940

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

[startup+179.102 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 13380
/proc/meminfo: memFree=757656/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=496216 CPUtime=111.25
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 113710 0 0 0 5090 6035 0 0 25 0 1 0 2003354425 508125184 113696 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 124054 113696 40 102 0 123949 0
Current children cumulated CPU time (s) 176.79
Current children cumulated vsize (KiB) 515172

[startup+191.901 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 13380
/proc/meminfo: memFree=709592/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=537664 CPUtime=123.93
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 125364 0 0 0 5667 6726 0 0 25 0 1 0 2003354425 550567936 125350 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 134416 125350 40 102 0 134311 0
Current children cumulated CPU time (s) 189.47
Current children cumulated vsize (KiB) 556620

[startup+198.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13380
/proc/meminfo: memFree=701976/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=548500 CPUtime=130.27
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 126745 0 0 0 6260 6767 0 0 25 0 1 0 2003354425 561664000 126690 996147200 134512640 134931368 4294956256 18446744073709551615 134530843 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 137125 126690 42 102 0 137020 0
Current children cumulated CPU time (s) 195.81
Current children cumulated vsize (KiB) 567456

[startup+201.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13380
/proc/meminfo: memFree=701720/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=556692 CPUtime=133.44
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 126816 0 0 0 6577 6767 0 0 25 0 1 0 2003354425 570052608 126761 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 139173 126761 42 102 0 139068 0
Current children cumulated CPU time (s) 198.98
Current children cumulated vsize (KiB) 575648

[startup+203.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13380
/proc/meminfo: memFree=701592/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=556692 CPUtime=135.03
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 126855 0 0 0 6736 6767 0 0 25 0 1 0 2003354425 570052608 126800 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 139173 126800 42 102 0 139068 0
Current children cumulated CPU time (s) 200.57
Current children cumulated vsize (KiB) 575648

[startup+203.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13380
/proc/meminfo: memFree=701528/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=65.54
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1022 25594 2 2 3 0 6299 252 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13379] ppid=13356 vsize=5356 CPUtime=0
/proc/13379/stat : 13379 (sh) S 13356 13356 12366 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003354424 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13379/statm: 1339 232 193 169 0 50 0
[pid=13380] ppid=13379 vsize=556696 CPUtime=135.82
/proc/13380/stat : 13380 (picosat) R 13379 13356 12366 0 -1 4194304 126860 0 0 0 6815 6767 0 0 25 0 1 0 2003354425 570056704 126805 996147200 134512640 134931368 4294956256 18446744073709551615 134580092 0 0 4096 0 0 0 0 17 1 0 0
/proc/13380/statm: 139174 126805 42 102 0 139069 0
Current children cumulated CPU time (s) 201.36
Current children cumulated vsize (KiB) 575652

[startup+204.703 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13390
/proc/meminfo: memFree=1204888/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=201.78
/proc/13356/stat : 13356 (sugar) S 13354 13356 12366 0 -1 4194304 1090 152741 2 2 3 0 13146 7029 16 0 1 0 2003347747 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13356/statm: 3400 799 370 3 0 500 0
[pid=13381] ppid=13356 vsize=5356 CPUtime=0
/proc/13381/stat : 13381 (sh) S 13356 13356 12366 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003368177 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13381/statm: 1339 233 193 169 0 50 0
[pid=13382] ppid=13381 vsize=864328 CPUtime=0.37
/proc/13382/stat : 13382 (java) S 13381 13356 12366 0 -1 0 4179 0 1 0 35 2 0 0 18 0 9 0 2003368178 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13382/statm: 216082 3647 1665 9 0 210664 0
[pid=13382/tid=13383] ppid=13381 vsize=864328 CPUtime=0.28
/proc/13382/task/13383/stat : 13383 (java) R 13381 13356 12366 0 -1 64 2453 0 1 0 27 1 0 0 19 0 9 0 2003368179 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4126422383 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13384] ppid=13381 vsize=864328 CPUtime=0.02
/proc/13382/task/13384/stat : 13384 (java) S 13381 13356 12366 0 -1 64 633 0 0 0 2 0 0 0 16 0 9 0 2003368180 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13385] ppid=13381 vsize=864328 CPUtime=0
/proc/13382/task/13385/stat : 13385 (java) S 13381 13356 12366 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003368180 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13386] ppid=13381 vsize=864328 CPUtime=0
/proc/13382/task/13386/stat : 13386 (java) S 13381 13356 12366 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003368181 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13387] ppid=13381 vsize=864328 CPUtime=0
/proc/13382/task/13387/stat : 13387 (java) S 13381 13356 12366 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003368183 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13388] ppid=13381 vsize=864328 CPUtime=0.04
/proc/13382/task/13388/stat : 13388 (java) S 13381 13356 12366 0 -1 64 402 0 0 0 4 0 0 0 16 0 9 0 2003368183 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13389] ppid=13381 vsize=864328 CPUtime=0
/proc/13382/task/13389/stat : 13389 (java) S 13381 13356 12366 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003368183 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13382/tid=13390] ppid=13381 vsize=864328 CPUtime=0
/proc/13382/task/13390/stat : 13390 (java) S 13381 13356 12366 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003368183 885071872 3647 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.15
Current children cumulated vsize (KiB) 883284

[startup+204.903 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13390
/proc/meminfo: memFree=1204888/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=202.35
/proc/13356/stat : 13356 (sugar) R 13354 13356 12366 0 -1 4194304 1117 158993 2 3 4 7 13192 7032 16 0 1 0 2003347747 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13356/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 202.35
Current children cumulated vsize (KiB) 13600

[startup+205.013 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 13390
/proc/meminfo: memFree=1204888/2055920 swapFree=4180452/4192956
[pid=13356] ppid=13354 vsize=13600 CPUtime=202.46
/proc/13356/stat : 13356 (sugar) R 13354 13356 12366 0 -1 4194304 1117 158993 2 3 4 18 13192 7032 16 0 1 0 2003347747 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 221780874281 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13356/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 202.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 205.014
CPU time (s): 202.479
CPU user time (s): 131.97
CPU system time (s): 70.5093
CPU usage (%): 98.7634
Max. virtual memory (cumulated for all children) (KiB): 889872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.97
system time used= 70.5093
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160140
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24864
involuntary context switches= 28849

runsolver used 0.279957 second user time and 0.690894 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-05 09:42:20
IDJOB=1087388
IDBENCH=57981
IDSOLVER=345
FILE ID=node29/1087388-1215243739
PBS_JOBID= 7881953
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-1.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-1087388-1215243739/watcher-1087388-1215243739 -o /tmp/evaluation-result-1087388-1215243739/solver-1087388-1215243739 -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-1087388-1215243739.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 61e96c97715b7c95a31e810829750342
RANDOM SEED=799149336

node29.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.220
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.220
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:       1543440 kB
Buffers:          6896 kB
Cached:         102728 kB
SwapCached:       6928 kB
Active:         395916 kB
Inactive:        65256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543440 kB
SwapTotal:     4192956 kB
SwapFree:      4180452 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:         359108 kB
Slab:            35916 kB
Committed_AS:  3972776 kB
PageTables:       2716 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= 66488 MiB
End job on node29 at 2008-07-05 09:45:45