Trace number 2062754

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+picosat? (TO) 1800.13 1816.13

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-9.xml
MD5SUM550ab5e175a2b31846d1fc2243f61c2b
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252
Number of constraints179
Maximum constraint arity83
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)alldifferent(18),element(81)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:24:01 2009
0.00/0.08	c 0	PID 13343
0.00/0.08	c 0	HOST node24.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062754-1247329441.xml TO HOME/temp.csp
0.00/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-2062754-1247329441.xml' 'HOME/temp.csp'
0.07/0.44	c 0	47 domains, 252 variables, 9 predicates, 0 relations, 179 constraints
0.07/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.46	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.41/0.54	c 1	Parsing HOME/temp.csp
0.41/0.60	c 1	parsed 487 expressions
0.41/0.61	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.41/0.61	c 1	Converting to clausal form CSP
0.41/0.63	c 1	converted 49 (10%) expressions
0.41/0.63	c 1	converted 98 (20%) expressions
0.41/0.64	c 1	converted 147 (30%) expressions
0.41/0.64	c 1	converted 195 (40%) expressions
0.41/0.64	c 1	converted 244 (50%) expressions
0.41/0.64	c 1	converted 293 (60%) expressions
0.41/0.70	c 1	converted 341 (70%) expressions
0.41/0.76	c 1	converted 390 (80%) expressions
1.04/1.15	c 1	converted 439 (90%) expressions
1.33/1.42	c 1	converted 487 (100%) expressions
1.33/1.42	c 1	CSP : 252 integers, 3626 booleans, 13441 clauses, largest domain size 79
1.33/1.42	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.42	c 1	Propagation in CSP
1.33/1.48	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.48	c 1	CSP : 252 integers, 3626 booleans, 13441 clauses, largest domain size 79
1.33/1.48	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.49	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.51	c 1	CSP : 252 integers, 4634 booleans, 14449 clauses, largest domain size 79
1.43/1.51	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.60	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.62	c 2	26 (10%) CSP integer variables are encoded (115 clauses, 1149 bytes)
1.53/1.63	c 2	51 (20%) CSP integer variables are encoded (225 clauses, 2359 bytes)
1.53/1.63	c 2	76 (30%) CSP integer variables are encoded (340 clauses, 3624 bytes)
1.53/1.64	c 2	101 (40%) CSP integer variables are encoded (1074 clauses, 12009 bytes)
1.53/1.64	c 2	126 (50%) CSP integer variables are encoded (1889 clauses, 22604 bytes)
1.53/1.64	c 2	152 (60%) CSP integer variables are encoded (2864 clauses, 35279 bytes)
1.53/1.64	c 2	177 (70%) CSP integer variables are encoded (3742 clauses, 46693 bytes)
1.53/1.65	c 2	202 (80%) CSP integer variables are encoded (4640 clauses, 58367 bytes)
1.53/1.65	c 2	227 (90%) CSP integer variables are encoded (5538 clauses, 70041 bytes)
1.53/1.65	c 2	252 (100%) CSP integer variables are encoded (6253 clauses, 79336 bytes)
1.62/1.76	c 2	1445 (10%) CSP clauses are encoded (19110 clauses, 278172 bytes)
1.72/1.80	c 2	2890 (20%) CSP clauses are encoded (21505 clauses, 315471 bytes)
1.72/1.82	c 2	4335 (30%) CSP clauses are encoded (22936 clauses, 335828 bytes)
1.72/1.84	c 2	5780 (40%) CSP clauses are encoded (24367 clauses, 356010 bytes)
1.72/1.86	c 2	7225 (50%) CSP clauses are encoded (25800 clauses, 376205 bytes)
1.72/1.88	c 2	8670 (60%) CSP clauses are encoded (27231 clauses, 396343 bytes)
1.82/1.91	c 2	10115 (70%) CSP clauses are encoded (28662 clauses, 416498 bytes)
1.82/1.92	c 2	11560 (80%) CSP clauses are encoded (30095 clauses, 436754 bytes)
1.82/1.94	c 2	13005 (90%) CSP clauses are encoded (31524 clauses, 457031 bytes)
1.82/1.95	c 2	14449 (100%) CSP clauses are encoded (32943 clauses, 478707 bytes)
1.82/1.95	c 2	14449 CSP clauses encoded
1.82/1.95	c 2	Writing map file : HOME/temp.map
1.82/1.96	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.96	c 2	SAT : 11041 SAT variables, 32943 SAT clauses, 478707 bytes
1.82/1.96	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.98	c 2	SOLVING HOME/temp.cnf
1.82/1.98	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1816.11	sh: line 1: 13367 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1816.11	c 1816	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1816.11	c 1816	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'
1800.09/1816.12	c ERROR INTERRUPTED
1800.09/1816.12	s UNKNOWN
1800.09/1816.12	c 1816	CPU 1800.1 (0.05 0.02 1799.73 0.3)
1800.09/1816.12	c 1816	END Sat Jul 11 18:54:17 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2062754-1247329441/watcher-2062754-1247329441 -o /tmp/evaluation-result-2062754-1247329441/solver-2062754-1247329441 -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-2062754-1247329441.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.92 1.98 1.95 4/72 13343
/proc/meminfo: memFree=1095712/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=18576 CPUtime=0
/proc/13343/stat : 13343 (runsolver) R 13341 13343 11598 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20010922 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13343/statm: 4644 284 249 26 0 2626 0

[startup+0.084571 s]
/proc/loadavg: 1.92 1.98 1.95 4/72 13343
/proc/meminfo: memFree=1095712/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=0.07
/proc/13343/stat : 13343 (sugar) R 13341 13343 11598 0 -1 4194304 1199 128 0 0 5 2 0 0 18 0 1 0 20010922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237788261023 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101564 s]
/proc/loadavg: 1.92 1.98 1.95 4/72 13343
/proc/meminfo: memFree=1095712/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=0.07
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20010922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301602 s]
/proc/loadavg: 1.92 1.98 1.95 4/72 13343
/proc/meminfo: memFree=1095712/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=0.07
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20010922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702676 s]
/proc/loadavg: 1.92 1.98 1.95 4/72 13343
/proc/meminfo: memFree=1095712/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=0.41
/proc/13343/stat : 13343 (sugar) R 13341 13343 11598 0 -1 4194304 1309 4636 0 1 5 2 31 3 16 0 1 0 20010922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237806237440 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 1.92 1.98 1.95 3/83 13365
/proc/meminfo: memFree=1079688/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=0.41
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1310 4636 0 1 5 2 31 3 16 0 1 0 20010922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1111 409 3 0 796 0
[pid=13356] ppid=13343 vsize=5356 CPUtime=0
/proc/13356/stat : 13356 (sh) S 13343 13343 11598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20010968 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13356/statm: 1339 233 193 169 0 50 0
[pid=13357] ppid=13356 vsize=868588 CPUtime=1.02
/proc/13357/stat : 13357 (java) S 13356 13343 11598 0 -1 0 8819 0 1 0 96 6 0 0 18 0 9 0 20010969 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13357/statm: 217147 8002 2567 9 0 211652 0
[pid=13357/tid=13358] ppid=13356 vsize=868588 CPUtime=0.59
/proc/13357/task/13358/stat : 13358 (java) R 13356 13343 11598 0 -1 64 2718 0 1 0 58 1 0 0 22 0 9 0 20010970 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13359] ppid=13356 vsize=868588 CPUtime=0.22
/proc/13357/task/13359/stat : 13359 (java) S 13356 13343 11598 0 -1 64 3912 0 0 0 20 2 0 0 16 0 9 0 20010971 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13360] ppid=13356 vsize=868588 CPUtime=0
/proc/13357/task/13360/stat : 13360 (java) S 13356 13343 11598 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20010971 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13361] ppid=13356 vsize=868588 CPUtime=0
/proc/13357/task/13361/stat : 13361 (java) S 13356 13343 11598 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20010971 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13362] ppid=13356 vsize=868588 CPUtime=0
/proc/13357/task/13362/stat : 13362 (java) S 13356 13343 11598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20010973 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13363] ppid=13356 vsize=868588 CPUtime=0.18
/proc/13357/task/13363/stat : 13363 (java) R 13356 13343 11598 0 -1 64 1490 0 0 0 17 1 0 0 16 0 9 0 20010973 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 102039150 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13364] ppid=13356 vsize=868588 CPUtime=0
/proc/13357/task/13364/stat : 13364 (java) S 13356 13343 11598 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20010973 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13357/tid=13365] ppid=13356 vsize=868588 CPUtime=0
/proc/13357/task/13365/stat : 13365 (java) S 13356 13343 11598 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20010973 889434112 8002 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890812

[startup+3.10111 s]
/proc/loadavg: 1.92 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1090504/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=2876 CPUtime=1.1
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 575 0 0 0 96 14 0 0 25 0 1 0 20011121 2945024 552 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 719 552 42 102 0 614 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 25100

[startup+6.30271 s]
/proc/loadavg: 1.93 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1089352/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=3276 CPUtime=4.28
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 660 0 0 0 414 14 0 0 25 0 1 0 20011121 3354624 635 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 819 635 48 102 0 714 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 25500

[startup+12.7019 s]
/proc/loadavg: 1.93 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1089160/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=3404 CPUtime=10.65
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 694 0 0 0 1051 14 0 0 25 0 1 0 20011121 3485696 669 996147200 134512640 134931368 4294956256 18446744073709551615 134525597 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 851 669 48 102 0 746 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 25628

[startup+25.5022 s]
/proc/loadavg: 1.95 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1088968/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=3532 CPUtime=23.38
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 733 0 0 0 2324 14 0 0 25 0 1 0 20011121 3616768 708 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 883 708 48 102 0 778 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 25756

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1088712/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=3772 CPUtime=48.87
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 808 0 0 0 4872 15 0 0 25 0 1 0 20011121 3862528 783 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 943 783 48 102 0 838 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 25996

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1088008/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=4388 CPUtime=99.82
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 956 0 0 0 9967 15 0 0 25 0 1 0 20011121 4493312 931 996147200 134512640 134931368 4294956256 18446744073709551615 134522692 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 1097 931 48 102 0 992 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 26612

[startup+162.301 s]
/proc/loadavg: 1.99 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1087496/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=4844 CPUtime=159.52
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 1069 0 0 0 15937 15 0 0 25 0 1 0 20011121 4960256 1044 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 1211 1044 48 102 0 1106 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 27068

[startup+222.301 s]
/proc/loadavg: 1.99 1.98 1.95 3/75 13367
/proc/meminfo: memFree=1087048/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0

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

[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=9028 CPUtime=1289.23
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2139 0 0 0 128906 17 0 0 25 0 1 0 20011121 9244672 2089 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2257 2089 48 102 0 2152 0
Current children cumulated CPU time (s) 1291.14
Current children cumulated vsize (KiB) 31252

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484936/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=9376 CPUtime=1348.66
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2227 0 0 0 134849 17 0 0 25 0 1 0 20011121 9601024 2177 996147200 134512640 134931368 4294956256 18446744073709551615 134522694 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2344 2177 48 102 0 2239 0
Current children cumulated CPU time (s) 1350.57
Current children cumulated vsize (KiB) 31600

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484680/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=9568 CPUtime=1408.1
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2286 0 0 0 140793 17 0 0 25 0 1 0 20011121 9797632 2228 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2392 2228 48 102 0 2287 0
Current children cumulated CPU time (s) 1410.01
Current children cumulated vsize (KiB) 31792

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484232/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=10024 CPUtime=1467.53
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2380 0 0 0 146736 17 0 0 25 0 1 0 20011121 10264576 2312 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2506 2312 48 102 0 2401 0
Current children cumulated CPU time (s) 1469.44
Current children cumulated vsize (KiB) 32248

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13395
/proc/meminfo: memFree=1484232/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=9980 CPUtime=1526.96
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2380 0 0 0 152679 17 0 0 25 0 1 0 20011121 10219520 2301 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2495 2301 48 102 0 2390 0
Current children cumulated CPU time (s) 1528.87
Current children cumulated vsize (KiB) 32204

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1484168/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=9972 CPUtime=1586.4
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2380 0 0 0 158623 17 0 0 25 0 1 0 20011121 10211328 2299 996147200 134512640 134931368 4294956256 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2493 2299 48 102 0 2388 0
Current children cumulated CPU time (s) 1588.31
Current children cumulated vsize (KiB) 32196

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483592/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=10628 CPUtime=1645.83
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2543 0 0 0 164566 17 0 0 25 0 1 0 20011121 10883072 2462 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2657 2462 48 102 0 2552 0
Current children cumulated CPU time (s) 1647.74
Current children cumulated vsize (KiB) 32852

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483464/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=10660 CPUtime=1705.27
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2557 0 0 0 170510 17 0 0 25 0 1 0 20011121 10915840 2475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2665 2475 48 102 0 2560 0
Current children cumulated CPU time (s) 1707.18
Current children cumulated vsize (KiB) 32884

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483336/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=10640 CPUtime=1764.7
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2623 0 0 0 176453 17 0 0 25 0 1 0 20011121 10895360 2470 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2660 2470 48 102 0 2555 0
Current children cumulated CPU time (s) 1766.61
Current children cumulated vsize (KiB) 32864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483208/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=10640 CPUtime=1798.18
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2689 0 0 0 179801 17 0 0 25 0 1 0 20011121 10895360 2470 996147200 134512640 134931368 4294956256 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2660 2470 48 102 0 2555 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 32864

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1816.11 s]
/proc/loadavg: 1.99 1.97 1.95 3/75 13397
/proc/meminfo: memFree=1483208/2055920 swapFree=4192956/4192956
[pid=13343] ppid=13341 vsize=16868 CPUtime=1.91
/proc/13343/stat : 13343 (sugar) S 13341 13343 11598 0 -1 4194304 1365 13947 0 2 5 2 172 12 16 0 1 0 20010922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13343/statm: 4217 1113 409 3 0 796 0
[pid=13366] ppid=13343 vsize=5356 CPUtime=0
/proc/13366/stat : 13366 (sh) S 13343 13343 11598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20011121 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13366/statm: 1339 232 193 169 0 50 0
[pid=13367] ppid=13366 vsize=10640 CPUtime=1798.18
/proc/13367/stat : 13367 (picosat) R 13366 13343 11598 0 -1 4194304 2689 0 0 0 179801 17 0 0 25 0 1 0 20011121 10895360 2470 996147200 134512640 134931368 4294956256 18446744073709551615 134524107 0 0 4096 0 0 0 0 17 1 0 0
/proc/13367/statm: 2660 2470 48 102 0 2555 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 32864

Child status: 0
Real time (s): 1816.13
CPU time (s): 1800.13
CPU user time (s): 1799.79
CPU system time (s): 0.332949
CPU usage (%): 99.119
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.79
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18783
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2480
involuntary context switches= 39127

runsolver used 2.6136 second user time and 5.65614 second system time

The end

Launcher Data

Begin job on node24 at 2009-07-11 18:24:01
IDJOB=2062754
IDBENCH=53928
IDSOLVER=738
FILE ID=node24/2062754-1247329441
PBS_JOBID= 9506579
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-9.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-2062754-1247329441/watcher-2062754-1247329441 -o /tmp/evaluation-result-2062754-1247329441/solver-2062754-1247329441 -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-2062754-1247329441.xml

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

MD5SUM BENCH= 550ab5e175a2b31846d1fc2243f61c2b
RANDOM SEED=376360278

node24.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.287
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.287
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:       1096192 kB
Buffers:         52636 kB
Cached:         427920 kB
SwapCached:          0 kB
Active:         469132 kB
Inactive:       434640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1096192 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1432 kB
Writeback:           0 kB
Mapped:         434920 kB
Slab:            40468 kB
Committed_AS:   550452 kB
PageTables:       2624 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= 66460 MiB
End job on node24 at 2009-07-11 18:54:19