Trace number 2079738

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.14.6+picosatSAT 540.436 545.63

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-13_ext.xml
MD5SUM08bc20cb4b4f6b35bbc57e84fe4cb0e6
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.03023
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:17:45 2009
0.00/0.08	c 0	PID 25638
0.06/0.08	c 0	HOST node57.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079738-1247368664.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079738-1247368664.xml' 'HOME/temp.csp'
0.06/0.75	c 0	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.06/0.77	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.72/0.84	c 0	Parsing HOME/temp.csp
1.72/1.85	c 1	parsed 137 expressions
1.72/1.86	c 1	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.86	c 1	Converting to clausal form CSP
1.72/1.88	c 1	converted 14 (10%) expressions
1.72/1.89	c 1	converted 28 (20%) expressions
1.83/1.90	c 1	converted 42 (30%) expressions
1.92/2.06	c 2	converted 55 (40%) expressions
1.92/2.07	c 2	converted 69 (50%) expressions
2.02/2.13	c 2	converted 83 (60%) expressions
2.12/2.23	c 2	converted 96 (70%) expressions
2.21/2.33	c 2	converted 110 (80%) expressions
2.31/2.43	c 2	converted 124 (90%) expressions
2.61/2.72	c 2	converted 137 (100%) expressions
2.61/2.72	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.61/2.72	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.72	c 2	Propagation in CSP
2.61/2.72	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.72	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.61/2.72	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.72	c 2	Simplifing CSP by introducing new Boolean variables
2.61/2.72	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.61/2.72	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.72/2.84	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.72/2.84	c 2	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.72/2.84	c 2	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.72/2.85	c 2	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.72/2.85	c 2	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.72/2.85	c 2	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.72/2.85	c 2	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.72/2.85	c 2	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.72/2.85	c 2	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.72/2.85	c 2	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.72/2.86	c 2	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.92/3.05	c 3	6 (10%) CSP clauses are encoded (11179 clauses, 239787 bytes)
3.01/3.19	c 3	12 (20%) CSP clauses are encoded (21895 clauses, 496483 bytes)
3.22/3.31	c 3	18 (30%) CSP clauses are encoded (32012 clauses, 737491 bytes)
3.31/3.45	c 3	24 (40%) CSP clauses are encoded (42843 clauses, 996129 bytes)
3.41/3.55	c 3	29 (50%) CSP clauses are encoded (51171 clauses, 1201049 bytes)
3.51/3.68	c 3	35 (60%) CSP clauses are encoded (61972 clauses, 1463137 bytes)
3.70/3.81	c 3	41 (70%) CSP clauses are encoded (72726 clauses, 1729997 bytes)
3.81/3.95	c 3	47 (80%) CSP clauses are encoded (83536 clauses, 2016386 bytes)
3.91/4.08	c 4	53 (90%) CSP clauses are encoded (94301 clauses, 2304532 bytes)
4.10/4.20	c 4	58 (100%) CSP clauses are encoded (103273 clauses, 2544695 bytes)
4.10/4.20	c 4	58 CSP clauses encoded
4.10/4.20	c 4	Writing map file : HOME/temp.map
4.10/4.20	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.10/4.20	c 4	SAT : 380 SAT variables, 103273 SAT clauses, 2544695 bytes
4.10/4.20	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.10/4.22	c 4	SOLVING HOME/temp.cnf
4.10/4.22	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
540.20/545.49	c 545	DECODING HOME/temp.out WITH HOME/temp.map
540.20/545.49	c 545	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
540.30/545.58	c 545	Decoding HOME/temp.out
540.30/545.60	s SATISFIABLE
540.30/545.60	v 8 1 12 5 3 16 4 4 0 0 4 7 19 11 15 0 14 17 15 18
540.38/545.61	c 545	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
540.38/545.62	c 545	CPU 540.41 (0.06 0.01 539.33 1.01)
540.38/545.62	c 545	END Sun Jul 12 05:26:50 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079738-1247368664/watcher-2079738-1247368664 -o /tmp/evaluation-result-2079738-1247368664/solver-2079738-1247368664 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2079738-1247368664.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25638
/proc/meminfo: memFree=1896792/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=12268 CPUtime=0
/proc/25638/stat : 25638 (sugar) R 25636 25638 20441 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23929670 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25638/statm: 3067 316 241 3 0 167 0

[startup+0.081339 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25638
/proc/meminfo: memFree=1896792/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16740 CPUtime=0.06
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23929670 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101661 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25638
/proc/meminfo: memFree=1896792/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=0.06
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23929670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301669 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25638
/proc/meminfo: memFree=1896792/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=0.06
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23929670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701737 s]
/proc/loadavg: 2.00 2.00 2.03 4/73 25638
/proc/meminfo: memFree=1896792/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=0.06
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23929670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50187 s]
/proc/loadavg: 2.00 2.00 2.03 4/84 25660
/proc/meminfo: memFree=1884864/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=0.72
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1309 7033 0 1 5 1 60 6 16 0 1 0 23929670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1111 409 3 0 796 0
[pid=25651] ppid=25638 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25638 25638 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23929747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 233 193 169 0 50 0
[pid=25652] ppid=25651 vsize=862284 CPUtime=0.71
/proc/25652/stat : 25652 (java) S 25651 25638 20441 0 -1 0 7248 0 1 0 67 4 0 0 18 0 9 0 23929748 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25652/statm: 215571 6523 2158 9 0 210484 0
[pid=25652/tid=25653] ppid=25651 vsize=862284 CPUtime=0.45
/proc/25652/task/25653/stat : 25653 (java) R 25651 25638 20441 0 -1 64 2030 0 1 0 45 0 0 0 23 0 9 0 23929749 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25654] ppid=25651 vsize=862284 CPUtime=0.2
/proc/25652/task/25654/stat : 25654 (java) R 25651 25638 20441 0 -1 64 4210 0 0 0 18 2 0 0 16 0 9 0 23929750 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 102759105 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25655] ppid=25651 vsize=862284 CPUtime=0
/proc/25652/task/25655/stat : 25655 (java) S 25651 25638 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23929750 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25656] ppid=25651 vsize=862284 CPUtime=0
/proc/25652/task/25656/stat : 25656 (java) S 25651 25638 20441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23929750 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25657] ppid=25651 vsize=862284 CPUtime=0
/proc/25652/task/25657/stat : 25657 (java) S 25651 25638 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23929752 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25658] ppid=25651 vsize=862284 CPUtime=0.03
/proc/25652/task/25658/stat : 25658 (java) S 25651 25638 20441 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23929752 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25659] ppid=25651 vsize=862284 CPUtime=0
/proc/25652/task/25659/stat : 25659 (java) S 25651 25638 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23929752 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25660] ppid=25651 vsize=862284 CPUtime=0
/proc/25652/task/25660/stat : 25660 (java) S 25651 25638 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23929752 882978816 6523 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10214 s]
/proc/loadavg: 2.08 2.02 2.04 4/84 25660
/proc/meminfo: memFree=1860672/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=0.73
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1310 7033 0 1 6 1 60 6 15 0 1 0 23929670 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1111 409 3 0 796 0
[pid=25651] ppid=25638 vsize=5356 CPUtime=0
/proc/25651/stat : 25651 (sh) S 25638 25638 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23929747 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25651/statm: 1339 233 193 169 0 50 0
[pid=25652] ppid=25651 vsize=864488 CPUtime=2.28
/proc/25652/stat : 25652 (java) S 25651 25638 20441 0 -1 0 14796 0 1 0 221 7 0 0 18 0 9 0 23929748 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25652/statm: 216122 14014 2590 9 0 210599 0
[pid=25652/tid=25653] ppid=25651 vsize=864488 CPUtime=1.22
/proc/25652/task/25653/stat : 25653 (java) R 25651 25638 20441 0 -1 64 3281 0 1 0 121 1 0 0 25 0 9 0 23929749 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4126589477 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25654] ppid=25651 vsize=864488 CPUtime=0.97
/proc/25652/task/25654/stat : 25654 (java) S 25651 25638 20441 0 -1 64 10479 0 0 0 92 5 0 0 16 0 9 0 23929750 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25655] ppid=25651 vsize=864488 CPUtime=0
/proc/25652/task/25655/stat : 25655 (java) S 25651 25638 20441 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23929750 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25656] ppid=25651 vsize=864488 CPUtime=0
/proc/25652/task/25656/stat : 25656 (java) S 25651 25638 20441 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23929750 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25657] ppid=25651 vsize=864488 CPUtime=0
/proc/25652/task/25657/stat : 25657 (java) S 25651 25638 20441 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23929752 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25658] ppid=25651 vsize=864488 CPUtime=0.07
/proc/25652/task/25658/stat : 25658 (java) S 25651 25638 20441 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23929752 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25659] ppid=25651 vsize=864488 CPUtime=0
/proc/25652/task/25659/stat : 25659 (java) S 25651 25638 20441 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23929752 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25652/tid=25660] ppid=25651 vsize=864488 CPUtime=0
/proc/25652/task/25660/stat : 25660 (java) S 25651 25638 20441 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23929752 885235712 14014 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886712

[startup+6.30168 s]
/proc/loadavg: 2.08 2.02 2.04 3/76 25662
/proc/meminfo: memFree=1885504/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=5100 CPUtime=2.05
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 1188 0 0 0 126 79 0 0 25 0 1 0 23930093 5222400 1174 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 1275 1174 42 102 0 1170 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27324

[startup+12.7017 s]
/proc/loadavg: 2.07 2.02 2.04 3/76 25662
/proc/meminfo: memFree=1883648/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=6024 CPUtime=8.39
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 1432 0 0 0 760 79 0 0 25 0 1 0 23930093 6168576 1418 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 1506 1418 42 102 0 1401 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 28248

[startup+25.5029 s]
/proc/loadavg: 2.06 2.02 2.03 3/76 25662
/proc/meminfo: memFree=1882560/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=7040 CPUtime=21.06
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 1704 0 0 0 2027 79 0 0 25 0 1 0 23930093 7208960 1688 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 1760 1688 48 102 0 1655 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 29264

[startup+51.1012 s]
/proc/loadavg: 2.04 2.01 2.03 3/76 25662
/proc/meminfo: memFree=1882368/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=7764 CPUtime=46.42
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 1769 0 0 0 4563 79 0 0 25 0 1 0 23930093 7950336 1753 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 1941 1753 48 102 0 1836 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 29988

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.03 3/77 25663
/proc/meminfo: memFree=1881720/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=8272 CPUtime=97.14
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 1940 0 0 0 9635 79 0 0 25 0 1 0 23930093 8470528 1856 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2068 1856 48 102 0 1963 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 30496

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.02 3/77 25663
/proc/meminfo: memFree=1881080/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/25662/statm: 2464 2278 48 102 0 2359 0
Current children cumulated CPU time (s) 339.01
Current children cumulated vsize (KiB) 32080

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25663
/proc/meminfo: memFree=1879544/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10120 CPUtime=394.32
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 2889 0 0 0 39352 80 0 0 25 0 1 0 23930093 10362880 2356 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2530 2356 48 102 0 2425 0
Current children cumulated CPU time (s) 398.45
Current children cumulated vsize (KiB) 32344

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25663
/proc/meminfo: memFree=1879032/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=453.75
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3115 0 0 0 45295 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 457.88
Current children cumulated vsize (KiB) 32740

[startup+522.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25663
/proc/meminfo: memFree=1879032/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=513.19
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 51239 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 517.32
Current children cumulated vsize (KiB) 32740

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

[startup+524.706 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25663
/proc/meminfo: memFree=1879032/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=515.57
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 51477 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 519.7
Current children cumulated vsize (KiB) 32740

[startup+537.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25663
/proc/meminfo: memFree=1879032/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=528.25
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 52745 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 532.38
Current children cumulated vsize (KiB) 32740

[startup+540.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 25663
/proc/meminfo: memFree=1879032/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=531.41
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 53061 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 535.54
Current children cumulated vsize (KiB) 32740

[startup+543.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25664
/proc/meminfo: memFree=1879024/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=534.58
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 53378 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 538.71
Current children cumulated vsize (KiB) 32740

[startup+544.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25664
/proc/meminfo: memFree=1879024/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=535.37
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 53457 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 539.5
Current children cumulated vsize (KiB) 32740

[startup+545.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25664
/proc/meminfo: memFree=1879024/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=4.13
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1364 22174 0 2 6 1 388 18 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25661] ppid=25638 vsize=5356 CPUtime=0
/proc/25661/stat : 25661 (sh) S 25638 25638 20441 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23930092 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25661/statm: 1339 232 193 169 0 50 0
[pid=25662] ppid=25661 vsize=10516 CPUtime=535.77
/proc/25662/stat : 25662 (picosat) R 25661 25638 20441 0 -1 4194304 3176 0 0 0 53497 80 0 0 25 0 1 0 23930093 10768384 2463 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25662/statm: 2629 2463 48 102 0 2524 0
Current children cumulated CPU time (s) 539.9
Current children cumulated vsize (KiB) 32740

[startup+545.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25666
/proc/meminfo: memFree=1888624/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=540.3
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1425 25641 0 2 6 1 53924 99 17 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25665] ppid=25638 vsize=5356 CPUtime=0
/proc/25665/stat : 25665 (sh) S 25638 25638 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23984219 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25665/statm: 1339 233 193 169 0 50 0
[pid=25666] ppid=25665 vsize=152 CPUtime=0
/proc/25666/stat : 25666 (java) R 25665 25638 20441 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 23984220 155648 26 996147200 134512640 134550932 4294956144 18446744073709551615 7393851 0 0 4096 0 0 0 0 17 1 0 0
/proc/25666/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 540.3
Current children cumulated vsize (KiB) 22376

[startup+545.607 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 25666
/proc/meminfo: memFree=1888624/2055920 swapFree=4192812/4192956
[pid=25638] ppid=25636 vsize=16868 CPUtime=540.3
/proc/25638/stat : 25638 (sugar) S 25636 25638 20441 0 -1 4194304 1446 25641 0 2 6 1 53924 99 16 0 1 0 23929670 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25638/statm: 4217 1112 409 3 0 796 0
[pid=25665] ppid=25638 vsize=5356 CPUtime=0
/proc/25665/stat : 25665 (sh) S 25638 25638 20441 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23984219 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25665/statm: 1339 233 193 169 0 50 0
[pid=25666] ppid=25665 vsize=863820 CPUtime=0.08
/proc/25666/stat : 25666 (java) S 25665 25638 20441 0 -1 0 3252 0 1 0 7 1 0 0 18 0 9 0 23984220 884551680 2723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25666/statm: 215955 2723 1606 9 0 210467 0
Current children cumulated CPU time (s) 540.38
Current children cumulated vsize (KiB) 886044

Child status: 0
Real time (s): 545.63
CPU time (s): 540.436
CPU user time (s): 539.4
CPU system time (s): 1.03584
CPU usage (%): 99.0481
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 539.4
system time used= 1.03584
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30838
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= 2750
involuntary context switches= 14202

runsolver used 0.600908 second user time and 1.89271 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 05:17:44
IDJOB=2079738
IDBENCH=56943
IDSOLVER=738
FILE ID=node57/2079738-1247368664
PBS_JOBID= 9506982
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079738-1247368664/watcher-2079738-1247368664 -o /tmp/evaluation-result-2079738-1247368664/solver-2079738-1247368664 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2079738-1247368664.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 08bc20cb4b4f6b35bbc57e84fe4cb0e6
RANDOM SEED=944880085

node57.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.261
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.261
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:       1897272 kB
Buffers:          6916 kB
Cached:          80396 kB
SwapCached:          0 kB
Active:          85736 kB
Inactive:        25136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:          34204 kB
Slab:            33228 kB
Committed_AS:   265892 kB
PageTables:       1756 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= 66412 MiB
End job on node57 at 2009-07-12 05:26:50