Trace number 2073171

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 1009.79 1011.8

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-34-4.xml
MD5SUMee0954224777e4f5d07f8ddec47421b6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.6491
Satisfiable
(Un)Satisfiability was proved
Number of variables561
Number of constraints5984
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5984
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 02:17:28 2009
0.05/0.08	c 0	PID 17371
0.05/0.08	c 0	HOST node70.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2073171-1247357848.xml TO HOME/temp.csp
0.05/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-2073171-1247357848.xml' 'HOME/temp.csp'
0.06/0.84	c 1	1 domains, 561 variables, 1 predicates, 0 relations, 5984 constraints
0.06/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.88	c 1	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.81/0.96	c 1	Parsing HOME/temp.csp
1.00/1.12	c 1	parsed 6547 expressions
1.00/1.13	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.13	c 1	Converting to clausal form CSP
1.11/1.24	c 1	converted 655 (10%) expressions
1.31/1.44	c 2	converted 1310 (20%) expressions
1.41/1.50	c 2	converted 1965 (30%) expressions
1.41/1.55	c 2	converted 2619 (40%) expressions
1.50/1.66	c 2	converted 3274 (50%) expressions
1.60/1.71	c 2	converted 3929 (60%) expressions
1.60/1.76	c 2	converted 4583 (70%) expressions
1.71/1.81	c 2	converted 5238 (80%) expressions
1.71/1.86	c 2	converted 5893 (90%) expressions
1.80/1.98	c 2	converted 6547 (100%) expressions
1.80/1.98	c 2	CSP : 561 integers, 0 booleans, 5984 clauses, largest domain size 4
1.80/1.98	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.98	c 2	Propagation in CSP
1.90/2.02	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.90/2.02	c 2	CSP : 561 integers, 0 booleans, 5984 clauses, largest domain size 4
1.90/2.02	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.90/2.03	c 2	Simplifing CSP by introducing new Boolean variables
2.19/2.32	c 2	CSP : 561 integers, 35904 booleans, 41888 clauses, largest domain size 4
2.19/2.32	c 2	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/2.45	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.29/2.48	c 3	57 (10%) CSP integer variables are encoded (114 clauses, 1174 bytes)
2.29/2.48	c 3	113 (20%) CSP integer variables are encoded (226 clauses, 2406 bytes)
2.29/2.48	c 3	169 (30%) CSP integer variables are encoded (338 clauses, 3638 bytes)
2.29/2.48	c 3	225 (40%) CSP integer variables are encoded (450 clauses, 4870 bytes)
2.29/2.49	c 3	281 (50%) CSP integer variables are encoded (562 clauses, 6102 bytes)
2.29/2.49	c 3	337 (60%) CSP integer variables are encoded (674 clauses, 7350 bytes)
2.29/2.49	c 3	393 (70%) CSP integer variables are encoded (786 clauses, 8806 bytes)
2.29/2.49	c 3	449 (80%) CSP integer variables are encoded (898 clauses, 10262 bytes)
2.29/2.49	c 3	505 (90%) CSP integer variables are encoded (1010 clauses, 11718 bytes)
2.29/2.49	c 3	561 (100%) CSP integer variables are encoded (1122 clauses, 13174 bytes)
2.40/2.59	c 3	4189 (10%) CSP clauses are encoded (16084 clauses, 233091 bytes)
2.50/2.64	c 3	8378 (20%) CSP clauses are encoded (31046 clauses, 466832 bytes)
2.50/2.69	c 3	12567 (30%) CSP clauses are encoded (46005 clauses, 714012 bytes)
2.60/2.74	c 3	16756 (40%) CSP clauses are encoded (60967 clauses, 967253 bytes)
2.60/2.79	c 3	20944 (50%) CSP clauses are encoded (75922 clauses, 1220790 bytes)
2.70/2.84	c 3	25133 (60%) CSP clauses are encoded (90884 clauses, 1474898 bytes)
2.70/2.89	c 3	29322 (70%) CSP clauses are encoded (105846 clauses, 1730164 bytes)
2.80/2.94	c 3	33511 (80%) CSP clauses are encoded (120805 clauses, 1993760 bytes)
2.80/2.99	c 3	37700 (90%) CSP clauses are encoded (135767 clauses, 2264263 bytes)
2.90/3.04	c 3	41888 (100%) CSP clauses are encoded (150722 clauses, 2534666 bytes)
2.90/3.04	c 3	41888 CSP clauses encoded
2.90/3.04	c 3	Writing map file : HOME/temp.map
2.90/3.06	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.06	c 3	SAT : 37587 SAT variables, 150722 SAT clauses, 2534666 bytes
2.90/3.06	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.09	c 3	SOLVING HOME/temp.cnf
2.90/3.09	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1009.42/1011.48	c 1012	DECODING HOME/temp.out WITH HOME/temp.map
1009.42/1011.48	c 1012	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'
1009.51/1011.56	c 1012	Decoding HOME/temp.out
1009.51/1011.72	s SATISFIABLE
1009.51/1011.74	v 2 2 0 3 2 1 3 0 3 1 3 1 0 1 0 2 2 0 1 3 2 2 0 0 2 1 3 0 2 1 2 1 3 3 0 2 0 0 2 2 0 3 3 2 2 3 2 0 3 0 0 1 0 1 3 1 1 2 1 1 1 3 1 1 1 0 2 3 0 1 3 1 2 2 2 0 0 3 3 0 3 2 2 1 1 1 2 1 3 2 3 3 0 0 1 0 2 3 1 0 3 1 1 2 0 2 3 1 3 3 3 1 2 2 1 3 1 0 0 0 1 0 2 2 1 3 2 1 0 1 0 3 0 3 0 3 3 2 2 0 1 1 3 2 2 1 3 1 1 1 2 3 3 1 1 1 2 0 3 1 2 3 0 1 0 1 1 2 2 3 1 3 0 2 3 1 1 2 1 0 0 1 2 0 3 3 3 1 3 2 3 0 3 3 1 2 2 2 3 1 0 1 0 0 2 2 2 1 2 3 0 2 0 1 3 3 3 3 0 2 3 3 1 0 2 2 3 3 1 2 1 2 2 3 0 1 1 1 1 0 3 0 1 2 2 1 2 0 2 1 1 2 0 0 3 2 0 2 2 3 0 0 2 1 3 1 0 2 0 3 3 0 2 0 3 3 2 1 1 2 3 1 2 3 2 0 0 0 0 2 2 2 3 3 1 2 2 0 0 1 3 0 0 2 2 1 3 1 3 1 2 0 3 1 3 0 0 1 3 2 1 3 2 1 3 1 0 0 2 0 1 2 0 1 1 0 0 1 2 0 3 1 2 3 3 2 1 0 2 3 2 2 1 2 3 1 0 0 3 1 1 2 0 0 2 3 0 3 1 1 3 2 0 2 0 0 1 0 0 1 1 1 3 3 1 2 2 1 3 1 1 3 2 2 2 1 3 3 2 0 1 3 2 1 1 2 3 3 0 2 1 2 3 1 1 0 1 2 3 1 0 3 3 2 1 2 1 2 0 1 0 3 1 0 0 1 3 1 3 2 1 1 1 2 2 2 1 2 1 3 1 2 3 0 0 1 3 3 2 2 0 2 2 3 3 1 3 1 0 3 1 2 3 0 2 3 0 0 3 1 3 0 2 3 3 0 0 3 2 1 0 0 1 3 1 0 3 0 1 0 2 0 3 3 2 0 2 3 1 1 2 1 1 2 0 2 2 3 3 3 2 1 0 2 0 1 2 0 3 2 0 3 3 2 0 2 2 1 0 3 2 3 0 0 2 2 0 0 3 3 0 3 0 0 2 1 3 2 2 3 0
1009.51/1011.75	c 1012	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1009.78/1011.80	c 1012	CPU 1009.77 (0.06 0.02 1008.78 0.91)
1009.78/1011.80	c 1012	END Sun Jul 12 02:34:20 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-2073171-1247357848/watcher-2073171-1247357848 -o /tmp/evaluation-result-2073171-1247357848/solver-2073171-1247357848 -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-2073171-1247357848.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: 1.99 2.00 2.00 4/80 17371
/proc/meminfo: memFree=1774496/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=18576 CPUtime=0
/proc/17371/stat : 17371 (runsolver) R 17369 17371 15863 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22847477 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17371/statm: 4644 284 249 26 0 2626 0

[startup+0.0679529 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17371
/proc/meminfo: memFree=1774496/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16344 CPUtime=0.05
/proc/17371/stat : 17371 (sugar) R 17369 17371 15863 0 -1 4194304 987 0 0 0 4 1 0 0 18 0 1 0 22847477 16736256 955 996147200 4194304 4206940 548682068608 18446744073709551615 233401912197 0 0 4224 0 0 0 0 17 1 0 0
/proc/17371/statm: 4086 955 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101957 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17371
/proc/meminfo: memFree=1774496/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=0.06
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22847477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301978 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17371
/proc/meminfo: memFree=1774496/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=0.06
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22847477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70202 s]
/proc/loadavg: 1.99 2.00 2.00 4/80 17371
/proc/meminfo: memFree=1774496/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=0.06
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22847477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 2.07 2.02 2.01 4/91 17393
/proc/meminfo: memFree=1766344/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=0.82
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1309 7870 0 1 5 2 70 5 15 0 1 0 22847477 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1111 409 3 0 796 0
[pid=17384] ppid=17371 vsize=5356 CPUtime=0
/proc/17384/stat : 17384 (sh) S 17371 17371 15863 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22847566 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17384/statm: 1339 233 193 169 0 50 0
[pid=17385] ppid=17384 vsize=868564 CPUtime=0.59
/proc/17385/stat : 17385 (java) S 17384 17371 15863 0 -1 0 7391 0 1 0 56 3 0 0 19 0 9 0 22847566 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17385/statm: 217141 6621 2566 9 0 211646 0
[pid=17385/tid=17386] ppid=17384 vsize=868564 CPUtime=0.32
/proc/17385/task/17386/stat : 17386 (java) R 17384 17371 15863 0 -1 64 2671 0 1 0 31 1 0 0 18 0 9 0 22847567 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4126774417 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17387] ppid=17384 vsize=868564 CPUtime=0.09
/proc/17385/task/17387/stat : 17387 (java) S 17384 17371 15863 0 -1 64 2542 0 0 0 9 0 0 0 16 0 9 0 22847568 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17388] ppid=17384 vsize=868564 CPUtime=0
/proc/17385/task/17388/stat : 17388 (java) S 17384 17371 15863 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22847569 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17389] ppid=17384 vsize=868564 CPUtime=0
/proc/17385/task/17389/stat : 17389 (java) S 17384 17371 15863 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22847569 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17390] ppid=17384 vsize=868564 CPUtime=0
/proc/17385/task/17390/stat : 17390 (java) S 17384 17371 15863 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22847571 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17391] ppid=17384 vsize=868564 CPUtime=0.14
/proc/17385/task/17391/stat : 17391 (java) S 17384 17371 15863 0 -1 64 1479 0 0 0 14 0 0 0 16 0 9 0 22847571 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17392] ppid=17384 vsize=868564 CPUtime=0
/proc/17385/task/17392/stat : 17392 (java) S 17384 17371 15863 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22847571 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17385/tid=17393] ppid=17384 vsize=868564 CPUtime=0
/proc/17385/task/17393/stat : 17393 (java) S 17384 17371 15863 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22847571 889409536 6621 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890788

[startup+3.10225 s]
/proc/loadavg: 2.07 2.02 2.01 3/91 17393
/proc/meminfo: memFree=1743560/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 16868

[startup+6.30257 s]
/proc/loadavg: 2.07 2.02 2.01 3/83 17395
/proc/meminfo: memFree=1761480/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=9432 CPUtime=3.16
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 1786 0 0 0 251 65 0 0 25 0 1 0 22847787 9658368 1751 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/17395/statm: 2358 1751 42 102 0 2253 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 31656

[startup+12.7012 s]
/proc/loadavg: 2.06 2.02 2.00 3/83 17395
/proc/meminfo: memFree=1760968/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=9696 CPUtime=9.51
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 1863 0 0 0 885 66 0 0 25 0 1 0 22847787 9928704 1828 996147200 134512640 134931368 4294956256 18446744073709551615 134524017 0 0 4096 0 0 0 0 17 1 0 0
/proc/17395/statm: 2424 1828 42 102 0 2319 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 31920

[startup+25.5015 s]
/proc/loadavg: 2.05 2.01 2.00 3/83 17395
/proc/meminfo: memFree=1760648/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=10100 CPUtime=22.18
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 1991 0 0 0 2152 66 0 0 25 0 1 0 22847787 10342400 1954 996147200 134512640 134931368 4294956256 18446744073709551615 134544833 0 0 4096 0 0 0 0 17 1 0 0
/proc/17395/statm: 2525 1954 48 102 0 2420 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 32324

[startup+51.101 s]
/proc/loadavg: 2.03 2.01 2.00 3/83 17395
/proc/meminfo: memFree=1760456/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=10308 CPUtime=47.53
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 2042 0 0 0 4687 66 0 0 25 0 1 0 22847787 10555392 2005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17395/statm: 2577 2005 48 102 0 2472 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 32532

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 17395
/proc/meminfo: memFree=1760008/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=10572 CPUtime=98.26
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 2123 0 0 0 9760 66 0 0 25 0 1 0 22847787 10825728 2086 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/17395/statm: 2643 2086 48 102 0 2538 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 32796

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 17395
/proc/meminfo: memFree=1759304/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=11120 CPUtime=157.7
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 2276 0 0 0 15704 66 0 0 25 0 1 0 22847787 11386880 2206 996147200 134512640 134931368 4294956256 18446744073709551615 134524040 0 0 4096 0 0 0 0 17 1 0 0
/proc/17395/statm: 2780 2206 48 102 0 2675 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 33344

[startup+222.301 s]
/proc/loadavg: 1.97 1.98 1.99 3/76 17426
/proc/meminfo: memFree=1825280/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=11912 CPUtime=217.65
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 2621 0 0 0 21698 67 0 0 25 0 1 0 22847787 12197888 2402 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 2978 2402 48 102 0 2873 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 34136


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

/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=22840 CPUtime=697.45
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 6056 0 0 0 69676 69 0 0 25 0 1 0 22847787 23388160 4917 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 5710 4917 48 102 0 5605 0
Current children cumulated CPU time (s) 700.43
Current children cumulated vsize (KiB) 45064

[startup+762.307 s]
/proc/loadavg: 2.05 2.00 2.00 3/76 17426
/proc/meminfo: memFree=1814720/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=22840 CPUtime=757.43
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 6209 0 0 0 75674 69 0 0 25 0 1 0 22847787 23388160 4924 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 5710 4924 48 102 0 5605 0
Current children cumulated CPU time (s) 760.41
Current children cumulated vsize (KiB) 45064

[startup+822.302 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 17426
/proc/meminfo: memFree=1807808/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=29716 CPUtime=817.4
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 8016 0 0 0 81670 70 0 0 25 0 1 0 22847787 30429184 6656 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 7429 6656 48 102 0 7324 0
Current children cumulated CPU time (s) 820.38
Current children cumulated vsize (KiB) 51940

[startup+882.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 17426
/proc/meminfo: memFree=1807744/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=29716 CPUtime=877.39
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 8016 0 0 0 87668 71 0 0 25 0 1 0 22847787 30429184 6656 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 7429 6656 48 102 0 7324 0
Current children cumulated CPU time (s) 880.37
Current children cumulated vsize (KiB) 51940

[startup+942.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/76 17426
/proc/meminfo: memFree=1806976/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=30492 CPUtime=937.36
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 8283 0 0 0 93665 71 0 0 25 0 1 0 22847787 31223808 6840 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 7623 6840 48 102 0 7518 0
Current children cumulated CPU time (s) 940.34
Current children cumulated vsize (KiB) 52716

[startup+1002.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1806912/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=30492 CPUtime=997.34
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 8379 0 0 0 99663 71 0 0 25 0 1 0 22847787 31223808 6849 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 7623 6849 48 102 0 7518 0
Current children cumulated CPU time (s) 1000.32
Current children cumulated vsize (KiB) 52716

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

[startup+1004.7 s]
/proc/loadavg: 2.06 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1806912/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=30492 CPUtime=999.74
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 8379 0 0 0 99903 71 0 0 25 0 1 0 22847787 31223808 6849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 7623 6849 48 102 0 7518 0
Current children cumulated CPU time (s) 1002.72
Current children cumulated vsize (KiB) 52716

[startup+1007.9 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1804992/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=32564 CPUtime=1002.93
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 8918 0 0 0 100222 71 0 0 25 0 1 0 22847787 33345536 7388 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 8141 7388 48 102 0 8036 0
Current children cumulated CPU time (s) 1005.91
Current children cumulated vsize (KiB) 54788

[startup+1009.5 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1804544/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=33352 CPUtime=1004.54
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 9102 0 0 0 100382 72 0 0 25 0 1 0 22847787 34152448 7572 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 8338 7572 48 102 0 8233 0
Current children cumulated CPU time (s) 1007.52
Current children cumulated vsize (KiB) 55576

[startup+1011.1 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1803904/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=2.98
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1365 20398 0 2 6 2 275 15 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
[pid=17394] ppid=17371 vsize=5356 CPUtime=0
/proc/17394/stat : 17394 (sh) S 17371 17371 15863 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22847787 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17394/statm: 1339 232 193 169 0 50 0
[pid=17395] ppid=17394 vsize=33352 CPUtime=1006.14
/proc/17395/stat : 17395 (picosat) R 17394 17371 15863 0 -1 4194304 9207 0 0 0 100542 72 0 0 25 0 1 0 22847787 34152448 7590 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/17395/statm: 8338 7590 48 102 0 8233 0
Current children cumulated CPU time (s) 1009.12
Current children cumulated vsize (KiB) 55576

[startup+1011.5 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1803904/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=1009.51
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1428 29896 0 2 6 2 100855 88 17 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1009.51
Current children cumulated vsize (KiB) 16868

[startup+1011.7 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1803904/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=1009.51
/proc/17371/stat : 17371 (sugar) S 17369 17371 15863 0 -1 4194304 1446 29896 0 2 6 2 100855 88 16 0 1 0 22847477 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17371/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1009.51
Current children cumulated vsize (KiB) 16868

[startup+1011.8 s]
/proc/loadavg: 2.05 2.04 2.00 3/76 17426
/proc/meminfo: memFree=1803904/2055920 swapFree=4192812/4192956
[pid=17371] ppid=17369 vsize=16868 CPUtime=1009.78
/proc/17371/stat : 17371 (sugar) R 17369 17371 15863 0 -1 4194304 1476 33815 0 3 6 3 100878 91 15 0 1 0 22847477 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17371/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1009.78
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1011.8
CPU time (s): 1009.79
CPU user time (s): 1008.85
CPU system time (s): 0.945856
CPU usage (%): 99.8014
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1008.85
system time used= 0.945856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35352
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= 3538
involuntary context switches= 12724

runsolver used 1.12783 second user time and 2.78558 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 02:17:28
IDJOB=2073171
IDBENCH=55954
IDSOLVER=738
FILE ID=node70/2073171-1247357848
PBS_JOBID= 9506833
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-34-4.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-2073171-1247357848/watcher-2073171-1247357848 -o /tmp/evaluation-result-2073171-1247357848/solver-2073171-1247357848 -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-2073171-1247357848.xml

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

MD5SUM BENCH= ee0954224777e4f5d07f8ddec47421b6
RANDOM SEED=1307003527

node70.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.214
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.214
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:       1774912 kB
Buffers:         39888 kB
Cached:         102572 kB
SwapCached:          0 kB
Active:         175860 kB
Inactive:        57800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774912 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2168 kB
Writeback:           0 kB
Mapped:         109048 kB
Slab:            32440 kB
Committed_AS:   908444 kB
PageTables:       1912 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 node70 at 2009-07-12 02:34:20