Trace number 2067462

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 232.249 234.934

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-pk1.xml
MD5SUMfff94e8ceb5817adba06954653909a4e
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 benchmark0.091985
Satisfiable
(Un)Satisfiability was proved
Number of variables86
Number of constraints60
Maximum constraint arity57
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:39:26 2009
0.00/0.08	c 0	PID 16416
0.00/0.08	c 0	HOST node14.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2067462-1247344766.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-2067462-1247344766.xml' 'HOME/temp.csp'
0.06/0.30	c 0	1 domains, 86 variables, 3 predicates, 0 relations, 60 constraints
0.06/0.36	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.36	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.30/0.44	c 1	Parsing HOME/temp.csp
0.30/0.49	c 1	parsed 150 expressions
0.30/0.50	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.50	c 1	Converting to clausal form CSP
0.30/0.52	c 1	converted 15 (10%) expressions
0.30/0.52	c 1	converted 30 (20%) expressions
0.30/0.52	c 1	converted 45 (30%) expressions
0.30/0.52	c 1	converted 60 (40%) expressions
0.30/0.52	c 1	converted 75 (50%) expressions
0.30/0.52	c 1	converted 90 (60%) expressions
0.30/0.54	c 1	converted 105 (70%) expressions
0.30/0.54	c 1	converted 120 (80%) expressions
0.31/0.70	c 1	converted 135 (90%) expressions
0.31/0.81	c 1	converted 150 (100%) expressions
0.31/0.81	c 1	CSP : 356 integers, 0 booleans, 600 clauses, largest domain size 622
0.31/0.82	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.82	c 1	Propagation in CSP
0.31/0.83	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.83	c 1	CSP : 356 integers, 0 booleans, 600 clauses, largest domain size 622
0.31/0.83	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.84	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.84	c 1	CSP : 356 integers, 0 booleans, 600 clauses, largest domain size 622
0.31/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.87	c 1	36 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.31/0.87	c 1	72 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.31/0.89	c 1	107 (30%) CSP integer variables are encoded (7341 clauses, 93651 bytes)
0.31/0.91	c 1	143 (40%) CSP integer variables are encoded (20547 clauses, 286652 bytes)
0.31/0.92	c 1	178 (50%) CSP integer variables are encoded (34058 clauses, 489317 bytes)
0.31/0.94	c 1	214 (60%) CSP integer variables are encoded (46692 clauses, 678827 bytes)
0.31/0.96	c 1	250 (70%) CSP integer variables are encoded (60350 clauses, 883697 bytes)
0.31/0.97	c 1	285 (80%) CSP integer variables are encoded (72809 clauses, 1070582 bytes)
0.31/0.99	c 1	321 (90%) CSP integer variables are encoded (86461 clauses, 1275362 bytes)
0.92/1.01	c 1	356 (100%) CSP integer variables are encoded (99582 clauses, 1472177 bytes)
2.51/2.61	c 3	60 (10%) CSP clauses are encoded (917610 clauses, 15840409 bytes)
6.65/6.81	c 7	120 (20%) CSP clauses are encoded (3093360 clauses, 58063477 bytes)
10.89/11.12	c 11	180 (30%) CSP clauses are encoded (5250100 clauses, 103522081 bytes)
15.90/16.23	c 16	240 (40%) CSP clauses are encoded (7856386 clauses, 158107007 bytes)
19.56/19.93	c 20	300 (50%) CSP clauses are encoded (9693858 clauses, 196741133 bytes)
24.17/24.62	c 25	360 (60%) CSP clauses are encoded (12040551 clauses, 246178968 bytes)
28.57/29.16	c 29	420 (70%) CSP clauses are encoded (14288918 clauses, 293459360 bytes)
32.76/33.40	c 34	480 (80%) CSP clauses are encoded (16361524 clauses, 337167659 bytes)
36.96/37.73	c 38	540 (90%) CSP clauses are encoded (18475618 clauses, 381635618 bytes)
41.75/42.64	c 43	600 (100%) CSP clauses are encoded (20935644 clauses, 433186249 bytes)
41.75/42.64	c 43	600 CSP clauses encoded
41.75/42.65	c 43	Writing map file : HOME/temp.map
41.75/42.65	c 43	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.75/42.65	c 43	SAT : 99938 SAT variables, 20935644 SAT clauses, 433186249 bytes
41.75/42.65	c 43	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
41.75/42.66	c 43	SOLVING HOME/temp.cnf
41.75/42.66	c 43	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
231.61/234.33	c 235	DECODING HOME/temp.out WITH HOME/temp.map
231.61/234.33	c 235	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'
231.66/234.42	c 235	Decoding HOME/temp.out
231.66/234.69	s SATISFIABLE
231.66/234.69	v 1 0 0 1 0 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1
231.66/234.70	c 235	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
231.66/234.71	c 235	CPU 232.01 (0.06 0.02 124.68 107.25)
231.66/234.71	c 235	END Sat Jul 11 22:43:21 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067462-1247344766/watcher-2067462-1247344766 -o /tmp/evaluation-result-2067462-1247344766/solver-2067462-1247344766 -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-2067462-1247344766.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.86 1.99 2.07 4/80 16416
/proc/meminfo: memFree=1280480/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=12268 CPUtime=0
/proc/16416/stat : 16416 (sugar) R 16414 16416 15011 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21543555 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 212234631781 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16416/statm: 3067 316 241 3 0 167 0

[startup+0.0888211 s]
/proc/loadavg: 1.86 1.99 2.07 4/80 16416
/proc/meminfo: memFree=1280480/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.06
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102291 s]
/proc/loadavg: 1.86 1.99 2.07 4/80 16416
/proc/meminfo: memFree=1280480/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.06
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301842 s]
/proc/loadavg: 1.86 1.99 2.07 4/80 16416
/proc/meminfo: memFree=1280480/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.06
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701913 s]
/proc/loadavg: 1.86 1.99 2.07 4/80 16416
/proc/meminfo: memFree=1280480/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.31
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1309 4357 0 1 5 2 22 2 15 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50205 s]
/proc/loadavg: 1.86 1.99 2.07 3/91 16438
/proc/meminfo: memFree=1263944/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.31
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1310 4357 0 1 5 2 22 2 15 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
[pid=16429] ppid=16416 vsize=5356 CPUtime=0
/proc/16429/stat : 16429 (sh) S 16416 16416 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16429/statm: 1339 233 193 169 0 50 0
[pid=16430] ppid=16429 vsize=868608 CPUtime=1.1
/proc/16430/stat : 16430 (java) S 16429 16416 15011 0 -1 0 6502 0 1 0 103 7 0 0 18 0 9 0 21543592 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16430/statm: 217152 5562 2589 9 0 211629 0
[pid=16430/tid=16431] ppid=16429 vsize=868608 CPUtime=0.83
/proc/16430/task/16431/stat : 16431 (java) R 16429 16416 15011 0 -1 64 2896 0 1 0 79 4 0 0 23 0 9 0 21543593 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4126491246 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16432] ppid=16429 vsize=868608 CPUtime=0.08
/proc/16430/task/16432/stat : 16432 (java) S 16429 16416 15011 0 -1 64 1421 0 0 0 7 1 0 0 16 0 9 0 21543594 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16433] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16433/stat : 16433 (java) S 16429 16416 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543594 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16434] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16434/stat : 16434 (java) S 16429 16416 15011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543594 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16435] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16435/stat : 16435 (java) S 16429 16416 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21543596 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16436] ppid=16429 vsize=868608 CPUtime=0.16
/proc/16430/task/16436/stat : 16436 (java) S 16429 16416 15011 0 -1 64 1487 0 0 0 16 0 0 0 16 0 9 0 21543596 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16437] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16437/stat : 16437 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21543596 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16438] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16438/stat : 16438 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21543596 889454592 5562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890832

[startup+3.10233 s]
/proc/loadavg: 1.86 1.99 2.07 3/91 16438
/proc/meminfo: memFree=1253768/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.31
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1310 4357 0 1 5 2 22 2 16 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
[pid=16429] ppid=16416 vsize=5356 CPUtime=0
/proc/16429/stat : 16429 (sh) S 16416 16416 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16429/statm: 1339 233 193 169 0 50 0
[pid=16430] ppid=16429 vsize=868608 CPUtime=2.69
/proc/16430/stat : 16430 (java) S 16429 16416 15011 0 -1 0 6996 0 1 0 250 19 0 0 18 0 9 0 21543592 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16430/statm: 217152 5567 2589 9 0 211629 0
[pid=16430/tid=16431] ppid=16429 vsize=868608 CPUtime=2.29
/proc/16430/task/16431/stat : 16431 (java) R 16429 16416 15011 0 -1 64 3387 0 1 0 215 14 0 0 25 0 9 0 21543593 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4126481855 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16432] ppid=16429 vsize=868608 CPUtime=0.2
/proc/16430/task/16432/stat : 16432 (java) S 16429 16416 15011 0 -1 64 1421 0 0 0 17 3 0 0 16 0 9 0 21543594 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16433] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16433/stat : 16433 (java) S 16429 16416 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543594 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16434] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16434/stat : 16434 (java) S 16429 16416 15011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543594 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16435] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16435/stat : 16435 (java) S 16429 16416 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16436] ppid=16429 vsize=868608 CPUtime=0.17
/proc/16430/task/16436/stat : 16436 (java) S 16429 16416 15011 0 -1 64 1490 0 0 0 17 0 0 0 16 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16437] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16437/stat : 16437 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16438] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16438/stat : 16438 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890832

[startup+6.30288 s]
/proc/loadavg: 1.87 1.99 2.07 3/91 16438
/proc/meminfo: memFree=1219784/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.31
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1310 4357 0 1 5 2 22 2 16 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
[pid=16429] ppid=16416 vsize=5356 CPUtime=0
/proc/16429/stat : 16429 (sh) S 16416 16416 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16429/statm: 1339 233 193 169 0 50 0
[pid=16430] ppid=16429 vsize=868608 CPUtime=5.84
/proc/16430/stat : 16430 (java) S 16429 16416 15011 0 -1 0 7959 0 1 0 537 47 0 0 18 0 9 0 21543592 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16430/statm: 217152 5567 2589 9 0 211629 0
[pid=16430/tid=16431] ppid=16429 vsize=868608 CPUtime=5.22
/proc/16430/task/16431/stat : 16431 (java) R 16429 16416 15011 0 -1 64 4350 0 1 0 485 37 0 0 25 0 9 0 21543593 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4126845288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16432] ppid=16429 vsize=868608 CPUtime=0.43
/proc/16430/task/16432/stat : 16432 (java) S 16429 16416 15011 0 -1 64 1421 0 0 0 35 8 0 0 16 0 9 0 21543594 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16433] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16433/stat : 16433 (java) S 16429 16416 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543594 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16434] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16434/stat : 16434 (java) S 16429 16416 15011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543594 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16435] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16435/stat : 16435 (java) S 16429 16416 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16436] ppid=16429 vsize=868608 CPUtime=0.17
/proc/16430/task/16436/stat : 16436 (java) S 16429 16416 15011 0 -1 64 1490 0 0 0 17 0 0 0 17 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16437] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16437/stat : 16437 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16438] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16438/stat : 16438 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21543596 889454592 5567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890832

[startup+12.703 s]
/proc/loadavg: 1.88 1.99 2.07 4/91 16438
/proc/meminfo: memFree=1151880/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.31
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1310 4357 0 1 5 2 22 2 16 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
[pid=16429] ppid=16416 vsize=5356 CPUtime=0
/proc/16429/stat : 16429 (sh) S 16416 16416 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16429/statm: 1339 233 193 169 0 50 0
[pid=16430] ppid=16429 vsize=868608 CPUtime=12.15
/proc/16430/stat : 16430 (java) S 16429 16416 15011 0 -1 0 9821 0 1 0 1112 103 0 0 18 0 9 0 21543592 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16430/statm: 217152 5568 2589 9 0 211629 0
[pid=16430/tid=16431] ppid=16429 vsize=868608 CPUtime=11.11
/proc/16430/task/16431/stat : 16431 (java) R 16429 16416 15011 0 -1 64 6211 0 1 0 1027 84 0 0 25 0 9 0 21543593 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4126843763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16432] ppid=16429 vsize=868608 CPUtime=0.84
/proc/16430/task/16432/stat : 16432 (java) S 16429 16416 15011 0 -1 64 1421 0 0 0 67 17 0 0 16 0 9 0 21543594 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16433] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16433/stat : 16433 (java) S 16429 16416 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543594 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16434] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16434/stat : 16434 (java) S 16429 16416 15011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543594 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16435] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16435/stat : 16435 (java) S 16429 16416 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16436] ppid=16429 vsize=868608 CPUtime=0.17
/proc/16430/task/16436/stat : 16436 (java) S 16429 16416 15011 0 -1 64 1491 0 0 0 17 0 0 0 16 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16437] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16437/stat : 16437 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16438] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16438/stat : 16438 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890832

[startup+25.5012 s]
/proc/loadavg: 1.91 1.99 2.07 3/91 16438
/proc/meminfo: memFree=1011528/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=0.31
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1310 4357 0 1 5 2 22 2 16 0 1 0 21543555 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1111 409 3 0 796 0
[pid=16429] ppid=16416 vsize=5356 CPUtime=0
/proc/16429/stat : 16429 (sh) S 16416 16416 15011 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21543592 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16429/statm: 1339 233 193 169 0 50 0
[pid=16430] ppid=16429 vsize=868608 CPUtime=24.71
/proc/16430/stat : 16430 (java) S 16429 16416 15011 0 -1 0 13545 0 1 0 2254 217 0 0 18 0 9 0 21543592 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16430/statm: 217152 5568 2589 9 0 211629 0
[pid=16430/tid=16431] ppid=16429 vsize=868608 CPUtime=22.76
/proc/16430/task/16431/stat : 16431 (java) R 16429 16416 15011 0 -1 64 9935 0 1 0 2102 174 0 0 25 0 9 0 21543593 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16432] ppid=16429 vsize=868608 CPUtime=1.75
/proc/16430/task/16432/stat : 16432 (java) S 16429 16416 15011 0 -1 64 1421 0 0 0 134 41 0 0 16 0 9 0 21543594 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16433] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16433/stat : 16433 (java) S 16429 16416 15011 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21543594 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16434] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16434/stat : 16434 (java) S 16429 16416 15011 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21543594 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16435] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16435/stat : 16435 (java) S 16429 16416 15011 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16436] ppid=16429 vsize=868608 CPUtime=0.17
/proc/16430/task/16436/stat : 16436 (java) S 16429 16416 15011 0 -1 64 1491 0 0 0 17 0 0 0 16 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16437] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16437/stat : 16437 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16430/tid=16438] ppid=16429 vsize=868608 CPUtime=0
/proc/16430/task/16438/stat : 16438 (java) S 16429 16416 15011 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21543596 889454592 5568 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 890832

[startup+51.1016 s]
/proc/loadavg: 2.07 2.02 2.07 3/83 16440
/proc/meminfo: memFree=807112/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=42260 CPUtime=8.33
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 9843 0 0 0 368 465 0 0 25 0 1 0 21547822 43274240 9829 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 10565 9829 40 102 0 10460 0
Current children cumulated CPU time (s) 50.16
Current children cumulated vsize (KiB) 64484

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.07 3/83 16440
/proc/meminfo: memFree=606792/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=247680 CPUtime=59.03
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 59506 0 0 0 2642 3261 0 0 25 0 1 0 21547822 253624320 59492 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 61920 59492 40 102 0 61815 0
Current children cumulated CPU time (s) 100.86
Current children cumulated vsize (KiB) 269904

[startup+162.302 s]
/proc/loadavg: 2.01 2.01 2.06 3/83 16440
/proc/meminfo: memFree=376200/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=487160 CPUtime=118.46
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 117600 0 0 0 5308 6538 0 0 25 0 1 0 21547822 498851840 117586 996147200 134512640 134931368 4294956256 18446744073709551615 134514742 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 121790 117586 40 102 0 121685 0
Current children cumulated CPU time (s) 160.29
Current children cumulated vsize (KiB) 509384

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=141064/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=759408 CPUtime=177.89
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 175702 0 0 0 7999 9790 0 0 25 0 1 0 21547822 777633792 175688 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 189852 175688 40 102 0 189747 0
Current children cumulated CPU time (s) 219.72
Current children cumulated vsize (KiB) 781632

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

[startup+223.901 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=136840/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=764820 CPUtime=179.47
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 177230 0 0 0 8070 9877 0 0 25 0 1 0 21547822 783175680 177216 996147200 134512640 134931368 4294956256 18446744073709551615 134560097 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 191205 177216 40 102 0 191100 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 787044

[startup+230.302 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=111432/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=786732 CPUtime=185.81
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 183393 0 0 0 8353 10228 0 0 25 0 1 0 21547822 805613568 183379 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 196683 183379 40 102 0 196578 0
Current children cumulated CPU time (s) 227.64
Current children cumulated vsize (KiB) 808956

[startup+233.501 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=101064/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=794456 CPUtime=188.98
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194304 185521 0 0 0 8556 10342 0 0 25 0 1 0 21547822 813522944 185507 996147200 134512640 134931368 4294956256 18446744073709551615 134604509 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 198614 185507 47 102 0 198509 0
Current children cumulated CPU time (s) 230.81
Current children cumulated vsize (KiB) 816680

[startup+234.307 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=157512/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=41.83
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1365 23121 0 2 6 2 3807 368 16 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
[pid=16439] ppid=16416 vsize=5356 CPUtime=0
/proc/16439/stat : 16439 (sh) S 16416 16416 15011 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21547822 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16439/statm: 1339 232 193 169 0 50 0
[pid=16440] ppid=16439 vsize=0 CPUtime=189.78
/proc/16440/stat : 16440 (picosat) R 16439 16416 15011 0 -1 4194308 185522 0 0 0 8627 10351 0 0 25 0 1 0 21547822 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/16440/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 231.61
Current children cumulated vsize (KiB) 22224

[startup+234.701 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=157512/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=231.66
/proc/16416/stat : 16416 (sugar) S 16414 16416 15011 0 -1 4194304 1449 208928 0 2 6 2 12435 10723 15 0 1 0 21543555 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16416/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 231.66
Current children cumulated vsize (KiB) 16868

[startup+234.901 s]
/proc/loadavg: 2.00 2.00 2.06 3/83 16440
/proc/meminfo: memFree=157512/2055920 swapFree=4192956/4192956
[pid=16416] ppid=16414 vsize=16868 CPUtime=232.2
/proc/16416/stat : 16416 (sugar) R 16414 16416 15011 0 -1 4194304 1476 212818 0 3 6 21 12468 10725 16 0 1 0 21543555 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 212234638377 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16416/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 232.2
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 234.934
CPU time (s): 232.249
CPU user time (s): 124.746
CPU system time (s): 107.503
CPU usage (%): 98.8571
Max. virtual memory (cumulated for all children) (KiB): 890832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 124.746
system time used= 107.503
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214355
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= 111280
involuntary context switches= 120174

runsolver used 0.315951 second user time and 0.775882 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-11 22:39:26
IDJOB=2067462
IDBENCH=54661
IDSOLVER=738
FILE ID=node14/2067462-1247344766
PBS_JOBID= 9506653
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-pk1.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-2067462-1247344766/watcher-2067462-1247344766 -o /tmp/evaluation-result-2067462-1247344766/solver-2067462-1247344766 -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-2067462-1247344766.xml

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

MD5SUM BENCH= fff94e8ceb5817adba06954653909a4e
RANDOM SEED=716686673

node14.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.265
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.265
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:       1280960 kB
Buffers:         67564 kB
Cached:         511660 kB
SwapCached:          0 kB
Active:         204168 kB
Inactive:       517380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1280960 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:         160132 kB
Slab:            38448 kB
Committed_AS:   908220 kB
PageTables:       2108 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= 66492 MiB
End job on node14 at 2009-07-11 22:43:21