Trace number 2070586

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+picosatUNSAT 622.275 625.436

General information on the benchmark

Namecsp/golombRulerArity3/
normalized-ruler-55-11-a3.xml
MD5SUM6f11318480404f6d1368e67b8bb18abf
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.087985
Satisfiable
(Un)Satisfiability was proved
Number of variables66
Number of constraints1595
Maximum constraint arity3
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1595
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 00:31:28 2009
0.05/0.08	c 0	PID 18451
0.05/0.08	c 0	HOST node57.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2070586-1247351487.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-2070586-1247351487.xml' 'HOME/temp.csp'
0.06/0.69	c 0	2 domains, 66 variables, 3 predicates, 0 relations, 1595 constraints
0.06/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.72	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.06/0.79	c 0	Parsing HOME/temp.csp
0.66/0.91	c 0	parsed 1666 expressions
0.66/0.95	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.95	c 0	Converting to clausal form CSP
0.92/1.00	c 0	converted 167 (10%) expressions
0.92/1.06	c 1	converted 334 (20%) expressions
1.03/1.15	c 1	converted 500 (30%) expressions
1.03/1.17	c 1	converted 667 (40%) expressions
1.03/1.18	c 1	converted 833 (50%) expressions
1.03/1.19	c 1	converted 1000 (60%) expressions
1.12/1.20	c 1	converted 1167 (70%) expressions
1.12/1.21	c 1	converted 1333 (80%) expressions
1.12/1.22	c 1	converted 1500 (90%) expressions
1.12/1.23	c 1	converted 1666 (100%) expressions
1.12/1.23	c 1	CSP : 66 integers, 0 booleans, 1650 clauses, largest domain size 55
1.12/1.23	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.23	c 1	Propagation in CSP
1.12/1.26	c 1	156 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.26	c 1	CSP : 66 integers, 0 booleans, 1650 clauses, largest domain size 55
1.12/1.26	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.26	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.30	c 1	CSP : 66 integers, 2970 booleans, 4620 clauses, largest domain size 55
1.12/1.30	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.33	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.35	c 1	7 (10%) CSP integer variables are encoded (308 clauses, 3242 bytes)
1.22/1.35	c 1	14 (20%) CSP integer variables are encoded (619 clauses, 6663 bytes)
1.22/1.35	c 1	20 (30%) CSP integer variables are encoded (916 clauses, 9930 bytes)
1.22/1.35	c 1	27 (40%) CSP integer variables are encoded (1248 clauses, 14123 bytes)
1.22/1.35	c 1	33 (50%) CSP integer variables are encoded (1536 clauses, 17867 bytes)
1.22/1.35	c 1	40 (60%) CSP integer variables are encoded (1870 clauses, 22209 bytes)
1.22/1.36	c 1	47 (70%) CSP integer variables are encoded (2199 clauses, 26486 bytes)
1.22/1.36	c 1	53 (80%) CSP integer variables are encoded (2478 clauses, 30113 bytes)
1.22/1.36	c 1	60 (90%) CSP integer variables are encoded (2801 clauses, 34312 bytes)
1.22/1.36	c 1	66 (100%) CSP integer variables are encoded (3069 clauses, 37796 bytes)
1.32/1.41	c 1	462 (10%) CSP clauses are encoded (18212 clauses, 288143 bytes)
1.32/1.45	c 1	924 (20%) CSP clauses are encoded (33230 clauses, 553662 bytes)
1.32/1.48	c 1	1386 (30%) CSP clauses are encoded (48402 clauses, 822819 bytes)
1.42/1.52	c 1	1848 (40%) CSP clauses are encoded (63094 clauses, 1092630 bytes)
1.42/1.55	c 1	2310 (50%) CSP clauses are encoded (78068 clauses, 1373492 bytes)
1.42/1.58	c 1	2772 (60%) CSP clauses are encoded (92904 clauses, 1651762 bytes)
1.53/1.61	c 1	3234 (70%) CSP clauses are encoded (107774 clauses, 1930636 bytes)
1.53/1.64	c 1	3696 (80%) CSP clauses are encoded (122484 clauses, 2206476 bytes)
1.53/1.67	c 1	4158 (90%) CSP clauses are encoded (137194 clauses, 2482316 bytes)
1.82/1.92	c 1	4620 (100%) CSP clauses are encoded (281226 clauses, 4756607 bytes)
1.82/1.92	c 1	4620 CSP clauses encoded
1.82/1.92	c 1	Writing map file : HOME/temp.map
1.82/1.92	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.92	c 1	SAT : 6105 SAT variables, 281226 SAT clauses, 4756607 bytes
1.82/1.92	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.95	c 1	SOLVING HOME/temp.cnf
1.82/1.95	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
622.07/625.26	c 625	DECODING HOME/temp.out WITH HOME/temp.map
622.07/625.26	c 625	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'
622.14/625.34	c 625	Decoding HOME/temp.out
622.14/625.37	s UNSATISFIABLE
622.14/625.38	c 625	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
622.14/625.43	c 625	CPU 622.25 (0.06 0.01 620.66 1.52)
622.14/625.43	c 625	END Sun Jul 12 00:41:53 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070586-1247351487/watcher-2070586-1247351487 -o /tmp/evaluation-result-2070586-1247351487/solver-2070586-1247351487 -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-2070586-1247351487.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.93 2.27 2.41 4/74 18451
/proc/meminfo: memFree=1712928/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=12268 CPUtime=0
/proc/18451/stat : 18451 (sugar) R 18449 18451 18020 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22211966 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 218076248677 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18451/statm: 3067 316 241 3 0 167 0

[startup+0.071043 s]
/proc/loadavg: 1.93 2.27 2.41 4/74 18451
/proc/meminfo: memFree=1712928/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16344 CPUtime=0.05
/proc/18451/stat : 18451 (sugar) R 18449 18451 18020 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 22211966 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 218093594464 0 0 4224 0 0 0 0 17 1 0 0
/proc/18451/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101051 s]
/proc/loadavg: 1.93 2.27 2.41 4/74 18451
/proc/meminfo: memFree=1712928/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=0.06
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22211966 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301079 s]
/proc/loadavg: 1.93 2.27 2.41 4/74 18451
/proc/meminfo: memFree=1712928/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=0.06
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22211966 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701145 s]
/proc/loadavg: 1.93 2.27 2.41 4/74 18451
/proc/meminfo: memFree=1712928/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=0.06
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 22211966 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50228 s]
/proc/loadavg: 1.93 2.27 2.41 3/85 18473
/proc/meminfo: memFree=1703432/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=0.67
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1310 5043 0 1 6 1 57 3 15 0 1 0 22211966 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1111 409 3 0 796 0
[pid=18464] ppid=18451 vsize=5356 CPUtime=0
/proc/18464/stat : 18464 (sh) S 18451 18451 18020 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22212038 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18464/statm: 1339 233 193 169 0 50 0
[pid=18465] ppid=18464 vsize=868588 CPUtime=0.75
/proc/18465/stat : 18465 (java) S 18464 18451 18020 0 -1 0 6712 0 1 0 70 5 0 0 18 0 9 0 22212038 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18465/statm: 217147 5923 2589 9 0 211624 0
[pid=18465/tid=18466] ppid=18464 vsize=868588 CPUtime=0.48
/proc/18465/task/18466/stat : 18466 (java) R 18464 18451 18020 0 -1 64 2755 0 1 0 46 2 0 0 21 0 9 0 22212039 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4126883752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18467] ppid=18464 vsize=868588 CPUtime=0.06
/proc/18465/task/18467/stat : 18467 (java) S 18464 18451 18020 0 -1 64 1777 0 0 0 5 1 0 0 16 0 9 0 22212040 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18468] ppid=18464 vsize=868588 CPUtime=0
/proc/18465/task/18468/stat : 18468 (java) S 18464 18451 18020 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22212040 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18469] ppid=18464 vsize=868588 CPUtime=0
/proc/18465/task/18469/stat : 18469 (java) S 18464 18451 18020 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22212040 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18470] ppid=18464 vsize=868588 CPUtime=0
/proc/18465/task/18470/stat : 18470 (java) S 18464 18451 18020 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22212043 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18471] ppid=18464 vsize=868588 CPUtime=0.19
/proc/18465/task/18471/stat : 18471 (java) S 18464 18451 18020 0 -1 64 1481 0 0 0 18 1 0 0 16 0 9 0 22212043 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18472] ppid=18464 vsize=868588 CPUtime=0
/proc/18465/task/18472/stat : 18472 (java) S 18464 18451 18020 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22212043 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18465/tid=18473] ppid=18464 vsize=868588 CPUtime=0
/proc/18465/task/18473/stat : 18473 (java) S 18464 18451 18020 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22212043 889434112 5923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890812

[startup+3.10155 s]
/proc/loadavg: 1.93 2.27 2.41 3/77 18475
/proc/meminfo: memFree=1703752/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=5472 CPUtime=1.13
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 1278 0 0 0 52 61 0 0 25 0 1 0 22212161 5603328 1264 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 1368 1264 40 102 0 1263 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 27696

[startup+6.30109 s]
/proc/loadavg: 1.94 2.26 2.41 3/77 18475
/proc/meminfo: memFree=1694344/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=11788 CPUtime=4.32
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 2600 0 0 0 298 134 0 0 25 0 1 0 22212161 12070912 2583 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 2947 2583 42 102 0 2842 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 34012

[startup+12.7022 s]
/proc/loadavg: 1.94 2.26 2.41 3/77 18475
/proc/meminfo: memFree=1694032/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=11920 CPUtime=10.69
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 2647 0 0 0 935 134 0 0 25 0 1 0 22212161 12206080 2630 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 2980 2630 42 102 0 2875 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 34144

[startup+25.5013 s]
/proc/loadavg: 1.95 2.25 2.40 3/77 18475
/proc/meminfo: memFree=1693840/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=12184 CPUtime=23.42
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 2725 0 0 0 2208 134 0 0 25 0 1 0 22212161 12476416 2708 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 3046 2708 42 102 0 2941 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 34408

[startup+51.1016 s]
/proc/loadavg: 1.97 2.23 2.39 3/77 18475
/proc/meminfo: memFree=1693264/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=12844 CPUtime=48.89
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 2873 0 0 0 4755 134 0 0 25 0 1 0 22212161 13152256 2856 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 3211 2856 42 102 0 3106 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 35068

[startup+102.306 s]
/proc/loadavg: 1.98 2.19 2.36 3/77 18475
/proc/meminfo: memFree=1690320/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=13900 CPUtime=99.84
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 3154 0 0 0 9850 134 0 0 25 0 1 0 22212161 14233600 3137 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 3475 3137 42 102 0 3370 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 36124

[startup+162.301 s]
/proc/loadavg: 1.99 2.15 2.34 3/77 18475
/proc/meminfo: memFree=1688848/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=15220 CPUtime=159.55
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 3514 0 0 0 15821 134 0 0 25 0 1 0 22212161 15585280 3497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 3805 3497 42 102 0 3700 0
Current children cumulated CPU time (s) 161.42
Current children cumulated vsize (KiB) 37444

[startup+222.301 s]
/proc/loadavg: 1.99 2.12 2.32 3/77 18475
/proc/meminfo: memFree=1686096/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0

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


[startup+462.301 s]
/proc/loadavg: 1.99 2.05 2.23 3/77 18475
/proc/meminfo: memFree=1683344/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18120 CPUtime=458.09
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4314 0 0 0 45673 136 0 0 25 0 1 0 22212161 18554880 4155 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4530 4155 48 102 0 4425 0
Current children cumulated CPU time (s) 459.96
Current children cumulated vsize (KiB) 40344

[startup+522.301 s]
/proc/loadavg: 1.99 2.04 2.22 3/77 18475
/proc/meminfo: memFree=1683344/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18120 CPUtime=517.8
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4314 0 0 0 51644 136 0 0 25 0 1 0 22212161 18554880 4155 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4530 4155 48 102 0 4425 0
Current children cumulated CPU time (s) 519.67
Current children cumulated vsize (KiB) 40344

[startup+582.301 s]
/proc/loadavg: 1.99 2.03 2.20 3/77 18475
/proc/meminfo: memFree=1682576/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=577.51
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 57615 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 579.38
Current children cumulated vsize (KiB) 41004

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

[startup+588.702 s]
/proc/loadavg: 1.99 2.03 2.20 3/77 18475
/proc/meminfo: memFree=1682576/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=583.88
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 58252 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 585.75
Current children cumulated vsize (KiB) 41004

[startup+601.503 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682576/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=596.62
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 59526 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 598.49
Current children cumulated vsize (KiB) 41004

[startup+614.302 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682448/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=609.35
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 60799 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 611.22
Current children cumulated vsize (KiB) 41004

[startup+620.702 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682320/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=615.72
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 61436 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 617.59
Current children cumulated vsize (KiB) 41004

[startup+623.901 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682256/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=618.9
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 61754 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 620.77
Current children cumulated vsize (KiB) 41004

[startup+624.702 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682256/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=619.7
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 61834 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 621.57
Current children cumulated vsize (KiB) 41004

[startup+625.102 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682256/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=1.87
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1365 12185 0 2 6 1 167 13 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
[pid=18474] ppid=18451 vsize=5356 CPUtime=0
/proc/18474/stat : 18474 (sh) S 18451 18451 18020 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22212161 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18474/statm: 1339 232 193 169 0 50 0
[pid=18475] ppid=18474 vsize=18780 CPUtime=620.1
/proc/18475/stat : 18475 (picosat) R 18474 18451 18020 0 -1 4194304 4562 0 0 0 61874 136 0 0 25 0 1 0 22212161 19230720 4332 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18475/statm: 4695 4332 48 102 0 4590 0
Current children cumulated CPU time (s) 621.97
Current children cumulated vsize (KiB) 41004

[startup+625.302 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682256/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=622.14
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1428 17034 0 2 6 1 62057 150 17 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 622.14
Current children cumulated vsize (KiB) 16868

[startup+625.402 s]
/proc/loadavg: 1.99 2.02 2.19 3/77 18475
/proc/meminfo: memFree=1682256/2055920 swapFree=4192812/4192956
[pid=18451] ppid=18449 vsize=16868 CPUtime=622.14
/proc/18451/stat : 18451 (sugar) S 18449 18451 18020 0 -1 4194304 1448 17034 0 2 6 1 62057 150 16 0 1 0 22211966 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18451/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 622.14
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 625.436
CPU time (s): 622.275
CPU user time (s): 620.728
CPU system time (s): 1.54776
CPU usage (%): 99.4947
Max. virtual memory (cumulated for all children) (KiB): 890812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 620.728
system time used= 1.54776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22257
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= 2971
involuntary context switches= 9520

runsolver used 0.804877 second user time and 2.05069 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 00:31:27
IDJOB=2070586
IDBENCH=55371
IDSOLVER=738
FILE ID=node57/2070586-1247351487
PBS_JOBID= 9506872
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity3/normalized-ruler-55-11-a3.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-2070586-1247351487/watcher-2070586-1247351487 -o /tmp/evaluation-result-2070586-1247351487/solver-2070586-1247351487 -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-2070586-1247351487.xml

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

MD5SUM BENCH= 6f11318480404f6d1368e67b8bb18abf
RANDOM SEED=267647957

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:       1713408 kB
Buffers:         29588 kB
Cached:         159316 kB
SwapCached:          0 kB
Active:         224544 kB
Inactive:        66672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1528 kB
Writeback:           0 kB
Mapped:         113392 kB
Slab:            36608 kB
Committed_AS:   255184 kB
PageTables:       1996 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= 66340 MiB
End job on node57 at 2009-07-12 00:41:53