Trace number 1051857

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+picosatSAT 1039.57 1040.88

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 benchmark1.57476
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 05:15:15 2008
0.00/0.04	c 0	PID 3441
0.00/0.05	c 0	HOST node26.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051857-1215054915.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051857-1215054915.xml' 'HOME/temp.csp'
0.03/0.72	c 1	1 domains, 561 variables, 1 predicates, 0 relations, 5984 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.69/0.81	c 1	Parsing HOME/temp.csp
1.05/1.16	c 1	parsed 6547 expressions
1.05/1.16	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.16	c 1	Converting to clausal form CSP
1.14/1.27	c 1	converted 655 (10%) expressions
1.35/1.45	c 2	converted 1310 (20%) expressions
1.44/1.51	c 2	converted 1965 (30%) expressions
1.44/1.56	c 2	converted 2619 (40%) expressions
1.55/1.65	c 2	converted 3274 (50%) expressions
1.65/1.70	c 2	converted 3929 (60%) expressions
1.65/1.75	c 2	converted 4583 (70%) expressions
1.65/1.79	c 2	converted 5238 (80%) expressions
1.74/1.84	c 2	converted 5893 (90%) expressions
1.74/1.89	c 2	converted 6547 (100%) expressions
1.74/1.89	c 2	CSP : 561 integers, 0 booleans, 5984 clauses, largest domain size 4
1.74/1.89	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.74/1.89	c 2	Propagation in CSP
1.95/2.03	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.95/2.03	c 2	CSP : 561 integers, 0 booleans, 5984 clauses, largest domain size 4
1.95/2.03	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.04	c 2	Simplifing CSP by introducing new Boolean variables
2.24/2.31	c 2	CSP : 561 integers, 35904 booleans, 41888 clauses, largest domain size 4
2.24/2.31	c 2	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.34/2.44	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.34/2.47	c 3	57 (10%) CSP integer variables are encoded (114 clauses, 1174 bytes)
2.34/2.47	c 3	113 (20%) CSP integer variables are encoded (226 clauses, 2406 bytes)
2.34/2.47	c 3	169 (30%) CSP integer variables are encoded (338 clauses, 3638 bytes)
2.34/2.47	c 3	225 (40%) CSP integer variables are encoded (450 clauses, 4870 bytes)
2.34/2.47	c 3	281 (50%) CSP integer variables are encoded (562 clauses, 6102 bytes)
2.34/2.48	c 3	337 (60%) CSP integer variables are encoded (674 clauses, 7350 bytes)
2.34/2.48	c 3	393 (70%) CSP integer variables are encoded (786 clauses, 8806 bytes)
2.34/2.48	c 3	449 (80%) CSP integer variables are encoded (898 clauses, 10262 bytes)
2.34/2.48	c 3	505 (90%) CSP integer variables are encoded (1010 clauses, 11718 bytes)
2.34/2.48	c 3	561 (100%) CSP integer variables are encoded (1122 clauses, 13174 bytes)
2.43/2.58	c 3	4189 (10%) CSP clauses are encoded (16084 clauses, 233091 bytes)
2.53/2.63	c 3	8378 (20%) CSP clauses are encoded (31046 clauses, 466832 bytes)
2.53/2.68	c 3	12567 (30%) CSP clauses are encoded (46005 clauses, 714012 bytes)
2.62/2.74	c 3	16756 (40%) CSP clauses are encoded (60967 clauses, 967253 bytes)
2.62/2.79	c 3	20944 (50%) CSP clauses are encoded (75922 clauses, 1220790 bytes)
2.73/2.84	c 3	25133 (60%) CSP clauses are encoded (90884 clauses, 1474898 bytes)
2.73/2.89	c 3	29322 (70%) CSP clauses are encoded (105846 clauses, 1730164 bytes)
2.83/2.94	c 3	33511 (80%) CSP clauses are encoded (120805 clauses, 1993760 bytes)
2.83/2.99	c 3	37700 (90%) CSP clauses are encoded (135767 clauses, 2264263 bytes)
2.93/3.04	c 3	41888 (100%) CSP clauses are encoded (150722 clauses, 2534666 bytes)
2.93/3.04	c 3	41888 CSP clauses encoded
2.93/3.04	c 3	Writing map file : HOME/temp.map
2.93/3.06	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.06	c 3	SAT : 37587 SAT variables, 150722 SAT clauses, 2534666 bytes
2.93/3.06	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.93/3.09	c 3	SOLVING HOME/temp.cnf
2.93/3.09	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1039.18/1040.60	c 1041	DECODING HOME/temp.out WITH HOME/temp.map
1039.18/1040.60	c 1041	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1039.30/1040.69	c 1041	Decoding HOME/temp.out
1039.30/1040.84	s SATISFIABLE
1039.30/1040.86	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
1039.30/1040.86	c 1041	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1039.30/1040.87	c 1041	CPU 1038.62 (0.03 0.01 1038.59 0.92)
1039.30/1040.87	c 1041	END Thu Jul  3 05:32:36 2008

Verifier Data (download as text)

OK

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-1051857-1215054915/watcher-1051857-1215054915 -o /tmp/evaluation-result-1051857-1215054915/solver-1051857-1215054915 -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-1051857-1215054915.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.96 2.05 2.02 4/72 3441
/proc/meminfo: memFree=1503432/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=18572 CPUtime=0
/proc/3441/stat : 3441 (runsolver) R 3439 3441 1217 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 989946432 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3441/statm: 4643 292 257 25 0 2626 0

[startup+0.0856691 s]
/proc/loadavg: 1.96 2.05 2.02 4/72 3441
/proc/meminfo: memFree=1503432/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=0.03
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989946432 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10267 s]
/proc/loadavg: 1.96 2.05 2.02 4/72 3441
/proc/meminfo: memFree=1503432/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=0.03
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989946432 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301683 s]
/proc/loadavg: 1.96 2.05 2.02 4/72 3441
/proc/meminfo: memFree=1503432/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=0.03
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989946432 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701717 s]
/proc/loadavg: 1.96 2.05 2.02 4/72 3441
/proc/meminfo: memFree=1503432/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=0.03
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989946432 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50178 s]
/proc/loadavg: 1.96 2.05 2.02 4/83 3463
/proc/meminfo: memFree=1494704/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=0.7
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 973 7792 0 1 3 1 62 4 15 0 1 0 989946432 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 797 370 3 0 500 0
[pid=3454] ppid=3441 vsize=5356 CPUtime=0
/proc/3454/stat : 3454 (sh) S 3441 3441 1217 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 989946506 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3454/statm: 1339 233 193 169 0 50 0
[pid=3455] ppid=3454 vsize=868392 CPUtime=0.74
/proc/3455/stat : 3455 (java) S 3454 3441 1217 0 -1 0 7287 0 1 0 70 4 0 0 18 0 9 0 989946506 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3455/statm: 217098 6498 2540 9 0 211673 0
[pid=3455/tid=3456] ppid=3454 vsize=868392 CPUtime=0.43
/proc/3455/task/3456/stat : 3456 (java) R 3454 3441 1217 0 -1 64 2693 0 1 0 42 1 0 0 23 0 9 0 989946507 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4126597908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3457] ppid=3454 vsize=868392 CPUtime=0.1
/proc/3455/task/3457/stat : 3457 (java) S 3454 3441 1217 0 -1 64 2451 0 0 0 9 1 0 0 16 0 9 0 989946508 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3458] ppid=3454 vsize=868392 CPUtime=0
/proc/3455/task/3458/stat : 3458 (java) S 3454 3441 1217 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 989946508 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3459] ppid=3454 vsize=868392 CPUtime=0
/proc/3455/task/3459/stat : 3459 (java) S 3454 3441 1217 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989946508 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3460] ppid=3454 vsize=868392 CPUtime=0
/proc/3455/task/3460/stat : 3460 (java) S 3454 3441 1217 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989946510 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3461] ppid=3454 vsize=868392 CPUtime=0.18
/proc/3455/task/3461/stat : 3461 (java) S 3454 3441 1217 0 -1 64 1451 0 0 0 18 0 0 0 16 0 9 0 989946510 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3462] ppid=3454 vsize=868392 CPUtime=0
/proc/3455/task/3462/stat : 3462 (java) S 3454 3441 1217 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 989946510 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3455/tid=3463] ppid=3454 vsize=868392 CPUtime=0
/proc/3455/task/3463/stat : 3463 (java) S 3454 3441 1217 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 989946510 889233408 6498 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887348

[startup+3.10291 s]
/proc/loadavg: 2.04 2.07 2.02 4/83 3463
/proc/meminfo: memFree=1473648/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 13600

[startup+6.30216 s]
/proc/loadavg: 2.04 2.07 2.02 3/75 3465
/proc/meminfo: memFree=1491640/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=9432 CPUtime=3.18
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 1786 0 0 0 252 66 0 0 25 0 1 0 989946742 9658368 1751 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/3465/statm: 2358 1751 42 102 0 2253 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 28388

[startup+12.7017 s]
/proc/loadavg: 2.04 2.07 2.02 3/75 3465
/proc/meminfo: memFree=1491000/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=9696 CPUtime=9.55
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 1864 0 0 0 889 66 0 0 25 0 1 0 989946742 9928704 1829 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 1 0 0
/proc/3465/statm: 2424 1829 42 102 0 2319 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 28652

[startup+25.5027 s]
/proc/loadavg: 2.03 2.06 2.02 3/75 3465
/proc/meminfo: memFree=1490488/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=10100 CPUtime=22.29
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 1991 0 0 0 2162 67 0 0 25 0 1 0 989946742 10342400 1954 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3465/statm: 2525 1954 48 102 0 2420 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 29056

[startup+51.1018 s]
/proc/loadavg: 2.02 2.06 2.02 3/75 3465
/proc/meminfo: memFree=1490360/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=10308 CPUtime=47.76
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 2042 0 0 0 4709 67 0 0 25 0 1 0 989946742 10555392 2005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/3465/statm: 2577 2005 48 102 0 2472 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 29264

[startup+102.307 s]
/proc/loadavg: 2.01 2.05 2.01 3/75 3465
/proc/meminfo: memFree=1489976/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=10572 CPUtime=98.72
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 2123 0 0 0 9805 67 0 0 25 0 1 0 989946742 10825728 2086 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/3465/statm: 2643 2086 48 102 0 2538 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 29528

[startup+162.303 s]
/proc/loadavg: 2.05 2.05 2.01 3/76 3515
/proc/meminfo: memFree=1450928/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=11120 CPUtime=158.57
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 2276 0 0 0 15789 68 0 0 25 0 1 0 989946742 11386880 2206 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 2780 2206 48 102 0 2675 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 30076

[startup+222.302 s]
/proc/loadavg: 2.02 2.04 2.01 3/76 3515
/proc/meminfo: memFree=1435952/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=11912 CPUtime=218.53
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 2621 0 0 0 21785 68 0 0 25 0 1 0 989946742 12197888 2402 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 2978 2402 48 102 0 2873 0
Current children cumulated CPU time (s) 221.54
Current children cumulated vsize (KiB) 30868

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


[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1372016/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=29716 CPUtime=818.12
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8008 0 0 0 81741 71 0 0 25 0 1 0 989946742 30429184 6648 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 7429 6648 48 102 0 7324 0
Current children cumulated CPU time (s) 821.13
Current children cumulated vsize (KiB) 48672

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1372016/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=29716 CPUtime=878.08
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8016 0 0 0 87737 71 0 0 25 0 1 0 989946742 30429184 6656 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 7429 6656 48 102 0 7324 0
Current children cumulated CPU time (s) 881.09
Current children cumulated vsize (KiB) 48672

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1372016/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=29716 CPUtime=938.03
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8023 0 0 0 93732 71 0 0 25 0 1 0 989946742 30429184 6663 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 7429 6663 48 102 0 7324 0
Current children cumulated CPU time (s) 941.04
Current children cumulated vsize (KiB) 48672

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1371248/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=30492 CPUtime=998
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8379 0 0 0 99728 72 0 0 25 0 1 0 989946742 31223808 6849 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 7623 6849 48 102 0 7518 0
Current children cumulated CPU time (s) 1001.01
Current children cumulated vsize (KiB) 49448

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1371312/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=30492 CPUtime=1019.58
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8379 0 0 0 101886 72 0 0 25 0 1 0 989946742 31223808 6849 996147200 134512640 134931368 4294956256 18446744073709551615 134525631 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 7623 6849 48 102 0 7518 0
Current children cumulated CPU time (s) 1022.59
Current children cumulated vsize (KiB) 49448

[startup+1030.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1363760/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=30492 CPUtime=1025.98
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8379 0 0 0 102526 72 0 0 25 0 1 0 989946742 31223808 6849 996147200 134512640 134931368 4294956256 18446744073709551615 134522750 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 7623 6849 48 102 0 7518 0
Current children cumulated CPU time (s) 1028.99
Current children cumulated vsize (KiB) 49448

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1352752/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=32564 CPUtime=1032.37
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 8911 0 0 0 103164 73 0 0 25 0 1 0 989946742 33345536 7381 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 8141 7381 48 102 0 8036 0
Current children cumulated CPU time (s) 1035.38
Current children cumulated vsize (KiB) 51520

[startup+1038.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1349232/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=33220 CPUtime=1033.97
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 9077 0 0 0 103324 73 0 0 25 0 1 0 989946742 34017280 7547 996147200 134512640 134931368 4294956256 18446744073709551615 134544770 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 8305 7547 48 102 0 8200 0
Current children cumulated CPU time (s) 1036.98
Current children cumulated vsize (KiB) 52176

[startup+1039.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1346864/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=33352 CPUtime=1035.57
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 9204 0 0 0 103484 73 0 0 25 0 1 0 989946742 34152448 7587 996147200 134512640 134931368 4294956256 18446744073709551615 134530799 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 8338 7587 48 102 0 8233 0
Current children cumulated CPU time (s) 1038.58
Current children cumulated vsize (KiB) 52308

[startup+1040.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1346864/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=3.01
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1023 20054 0 2 3 1 283 14 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
[pid=3464] ppid=3441 vsize=5356 CPUtime=0
/proc/3464/stat : 3464 (sh) S 3441 3441 1217 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989946742 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3464/statm: 1339 232 193 169 0 50 0
[pid=3465] ppid=3464 vsize=33352 CPUtime=1035.97
/proc/3465/stat : 3465 (picosat) R 3464 3441 1217 0 -1 4194304 9207 0 0 0 103524 73 0 0 25 0 1 0 989946742 34152448 7590 996147200 134512640 134931368 4294956256 18446744073709551615 134529907 0 0 4096 0 0 0 0 17 0 0 0
/proc/3465/statm: 8338 7590 48 102 0 8233 0
Current children cumulated CPU time (s) 1038.98
Current children cumulated vsize (KiB) 52308

[startup+1040.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1345264/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=1039.3
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1090 29552 0 2 3 1 103837 89 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1039.3
Current children cumulated vsize (KiB) 13600

[startup+1040.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 3515
/proc/meminfo: memFree=1345264/2055920 swapFree=4136560/4192956
[pid=3441] ppid=3439 vsize=13600 CPUtime=1039.3
/proc/3441/stat : 3441 (sugar) S 3439 3441 1217 0 -1 4194304 1090 29552 0 2 3 1 103837 89 16 0 1 0 989946432 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3441/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1039.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1040.88
CPU time (s): 1039.57
CPU user time (s): 1038.63
CPU system time (s): 0.943856
CPU usage (%): 99.8748
Max. virtual memory (cumulated for all children) (KiB): 887600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1038.63
system time used= 0.943856
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34579
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= 4039
involuntary context switches= 7649

runsolver used 1.09783 second user time and 3.64644 second system time

The end

Launcher Data (download as text)

Begin job on node26 at 2008-07-03 05:15:15
IDJOB=1051857
IDBENCH=55954
IDSOLVER=345
FILE ID=node26/1051857-1215054915
PBS_JOBID= 7875122
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ee0954224777e4f5d07f8ddec47421b6
RANDOM SEED=999599536

node26.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.221
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.221
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:       1503912 kB
Buffers:         81644 kB
Cached:         328804 kB
SwapCached:      50592 kB
Active:         186096 kB
Inactive:       292056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1503912 kB
SwapTotal:     4192956 kB
SwapFree:      4136560 kB
Dirty:            2404 kB
Writeback:           0 kB
Mapped:          75088 kB
Slab:            59268 kB
Committed_AS:  1689796 kB
PageTables:       1800 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= 66540 MiB
End job on node26 at 2008-07-03 05:32:36