Trace number 1054102

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (MO) 347.835 355.296

General information on the benchmark

Namecsp/mknap/
normalized-mknap-1-5.xml
MD5SUMb5acb3eb596baa32b0d08b4b1c84ff93
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.20382
Satisfiable
(Un)Satisfiability was proved
Number of variables39
Number of constraints6
Maximum constraint arity39
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 06:05:55 2008
0.00/0.05	c 0	PID 8553
0.00/0.05	c 0	HOST node23.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1054102-1215057955.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1054102-1215057955.xml' 'HOME/temp.csp'
0.03/0.25	c 0	1 domains, 39 variables, 6 predicates, 0 relations, 6 constraints
0.03/0.27	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.23/0.35	c 0	Parsing HOME/temp.csp
0.23/0.48	c 1	parsed 52 expressions
0.23/0.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.23/0.48	c 1	Converting to clausal form CSP
0.23/0.50	c 1	converted 6 (10%) expressions
0.23/0.50	c 1	converted 11 (20%) expressions
0.23/0.50	c 1	converted 16 (30%) expressions
0.23/0.50	c 1	converted 21 (40%) expressions
0.23/0.50	c 1	converted 26 (50%) expressions
0.23/0.50	c 1	converted 32 (60%) expressions
0.23/0.50	c 1	converted 37 (70%) expressions
0.23/0.50	c 1	converted 42 (80%) expressions
0.23/0.54	c 1	converted 47 (90%) expressions
0.23/0.62	c 1	converted 52 (100%) expressions
0.23/0.62	c 1	CSP : 274 integers, 0 booleans, 477 clauses, largest domain size 10635
0.23/0.62	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.62	c 1	Propagation in CSP
0.23/0.65	c 1	25754 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.23/0.65	c 1	CSP : 274 integers, 0 booleans, 477 clauses, largest domain size 6359
0.23/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.65	c 1	Simplifing CSP by introducing new Boolean variables
0.23/0.65	c 1	CSP : 274 integers, 0 booleans, 477 clauses, largest domain size 6359
0.23/0.65	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.23/0.67	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.23/0.68	c 1	28 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
0.23/0.68	c 1	55 (20%) CSP integer variables are encoded (409 clauses, 4448 bytes)
0.23/0.69	c 1	83 (30%) CSP integer variables are encoded (2723 clauses, 33469 bytes)
0.23/0.70	c 1	110 (40%) CSP integer variables are encoded (4536 clauses, 57038 bytes)
0.23/0.70	c 1	137 (50%) CSP integer variables are encoded (6477 clauses, 82271 bytes)
0.23/0.70	c 1	165 (60%) CSP integer variables are encoded (8410 clauses, 107400 bytes)
0.23/0.70	c 1	192 (70%) CSP integer variables are encoded (10284 clauses, 132709 bytes)
0.23/0.73	c 1	220 (80%) CSP integer variables are encoded (27985 clauses, 398224 bytes)
0.23/0.76	c 1	247 (90%) CSP integer variables are encoded (55850 clauses, 816199 bytes)
0.23/0.80	c 1	274 (100%) CSP integer variables are encoded (84598 clauses, 1247419 bytes)
0.23/0.86	c 1	48 (10%) CSP clauses are encoded (111314 clauses, 1653922 bytes)
0.94/1.10	c 1	96 (20%) CSP clauses are encoded (242445 clauses, 4051956 bytes)
1.22/1.32	c 1	144 (30%) CSP clauses are encoded (362868 clauses, 6262792 bytes)
1.33/1.41	c 1	191 (40%) CSP clauses are encoded (414403 clauses, 7205737 bytes)
1.52/1.68	c 2	239 (50%) CSP clauses are encoded (569609 clauses, 10056963 bytes)
1.62/1.78	c 2	287 (60%) CSP clauses are encoded (631341 clauses, 11187441 bytes)
2.12/2.26	c 2	334 (70%) CSP clauses are encoded (887506 clauses, 16655115 bytes)
32.81/33.68	c 34	382 (80%) CSP clauses are encoded (17822556 clauses, 382047473 bytes)
73.88/75.97	c 76	430 (90%) CSP clauses are encoded (40498916 clauses, 867764015 bytes)
126.63/130.01	c 130	477 (100%) CSP clauses are encoded (69132687 clauses, 1483062846 bytes)
126.63/130.01	c 130	477 CSP clauses encoded
126.63/130.02	c 130	Writing map file : HOME/temp.map
126.63/130.02	c 130	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
126.63/130.02	c 130	SAT : 84871 SAT variables, 69132687 SAT clauses, 1483062846 bytes
126.63/130.02	c 130	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
126.63/130.07	c 130	SOLVING HOME/temp.cnf
126.63/130.07	c 130	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
347.11/353.04	c ERROR INTERRUPTED
347.25/353.17	s UNKNOWN
347.25/353.17	c 353	CPU 114.84 (0.04 0 114.8 11.84)
347.25/353.17	c 353	END Thu Jul  3 06:11:48 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1054102-1215057955/watcher-1054102-1215057955 -o /tmp/evaluation-result-1054102-1215057955/solver-1054102-1215057955 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1054102-1215057955.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 8553
/proc/meminfo: memFree=1696392/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=12268 CPUtime=0
/proc/8553/stat : 8553 (sugar) R 8551 8553 4768 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984769663 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 238487513568 0 0 4224 0 0 0 0 17 1 0 0
/proc/8553/statm: 3067 316 241 3 0 167 0

[startup+0.0907631 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 8553
/proc/meminfo: memFree=1696392/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.03
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984769663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102759 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 8553
/proc/meminfo: memFree=1696392/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.03
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984769663 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301787 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 8553
/proc/meminfo: memFree=1696392/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.23
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 956 4181 0 1 3 0 17 3 16 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+0.702825 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 8553
/proc/meminfo: memFree=1696392/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.23
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 974 4181 0 1 3 0 17 3 15 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 8575
/proc/meminfo: memFree=1683824/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.23
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 974 4181 0 1 3 0 17 3 15 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
[pid=8566] ppid=8553 vsize=5356 CPUtime=0
/proc/8566/stat : 8566 (sh) S 8553 8553 4768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984769691 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8566/statm: 1339 233 193 169 0 50 0
[pid=8567] ppid=8566 vsize=864424 CPUtime=1.19
/proc/8567/stat : 8567 (java) S 8566 8553 4768 0 -1 0 5317 0 1 0 110 9 0 0 18 0 9 0 1984769691 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8567/statm: 216106 4357 2562 9 0 210653 0
[pid=8567/tid=8568] ppid=8566 vsize=864424 CPUtime=0.94
/proc/8567/task/8568/stat : 8568 (java) R 8566 8553 4768 0 -1 64 2930 0 1 0 88 6 0 0 24 0 9 0 1984769692 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4126640724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8569] ppid=8566 vsize=864424 CPUtime=0.1
/proc/8567/task/8569/stat : 8569 (java) S 8566 8553 4768 0 -1 64 1331 0 0 0 8 2 0 0 16 0 9 0 1984769693 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8570] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8566 8553 4768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984769693 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8571] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8566 8553 4768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984769693 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8572] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984769695 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8573] ppid=8566 vsize=864424 CPUtime=0.13
/proc/8567/task/8573/stat : 8573 (java) S 8566 8553 4768 0 -1 64 364 0 0 0 13 0 0 0 16 0 9 0 1984769695 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8574] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984769695 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8575] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8566 8553 4768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984769695 885170176 4357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883380

[startup+3.1011 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 8575
/proc/meminfo: memFree=1671920/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.24
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 974 4181 0 1 4 0 17 3 15 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
[pid=8566] ppid=8553 vsize=5356 CPUtime=0
/proc/8566/stat : 8566 (sh) S 8553 8553 4768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984769691 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8566/statm: 1339 233 193 169 0 50 0
[pid=8567] ppid=8566 vsize=864424 CPUtime=2.77
/proc/8567/stat : 8567 (java) S 8566 8553 4768 0 -1 0 5819 0 1 0 255 22 0 0 18 0 9 0 1984769691 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8567/statm: 216106 4360 2562 9 0 210653 0
[pid=8567/tid=8568] ppid=8566 vsize=864424 CPUtime=2.41
/proc/8567/task/8568/stat : 8568 (java) R 8566 8553 4768 0 -1 64 3429 0 1 0 224 17 0 0 25 0 9 0 1984769692 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4126526365 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8569] ppid=8566 vsize=864424 CPUtime=0.2
/proc/8567/task/8569/stat : 8569 (java) S 8566 8553 4768 0 -1 64 1331 0 0 0 17 3 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8570] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8566 8553 4768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8571] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8566 8553 4768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8572] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8573] ppid=8566 vsize=864424 CPUtime=0.13
/proc/8567/task/8573/stat : 8573 (java) S 8566 8553 4768 0 -1 64 367 0 0 0 13 0 0 0 16 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8574] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8575] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8566 8553 4768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883380

[startup+6.30246 s]
/proc/loadavg: 1.93 1.98 1.99 3/92 8575
/proc/meminfo: memFree=1633328/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.24
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 974 4181 0 1 4 0 17 3 15 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
[pid=8566] ppid=8553 vsize=5356 CPUtime=0
/proc/8566/stat : 8566 (sh) S 8553 8553 4768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984769691 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8566/statm: 1339 233 193 169 0 50 0
[pid=8567] ppid=8566 vsize=864424 CPUtime=5.94
/proc/8567/stat : 8567 (java) S 8566 8553 4768 0 -1 0 6830 0 1 0 540 54 0 0 18 0 9 0 1984769691 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8567/statm: 216106 4360 2562 9 0 210653 0
[pid=8567/tid=8568] ppid=8566 vsize=864424 CPUtime=5.33
/proc/8567/task/8568/stat : 8568 (java) R 8566 8553 4768 0 -1 64 4440 0 1 0 490 43 0 0 25 0 9 0 1984769692 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4126633760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8569] ppid=8566 vsize=864424 CPUtime=0.45
/proc/8567/task/8569/stat : 8569 (java) S 8566 8553 4768 0 -1 64 1331 0 0 0 36 9 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8570] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8566 8553 4768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8571] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8566 8553 4768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8572] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8573] ppid=8566 vsize=864424 CPUtime=0.13
/proc/8567/task/8573/stat : 8573 (java) S 8566 8553 4768 0 -1 64 367 0 0 0 13 0 0 0 16 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8574] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8575] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8566 8553 4768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 883380

[startup+12.7012 s]
/proc/loadavg: 2.01 2.00 2.00 3/92 8575
/proc/meminfo: memFree=1555888/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.24
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 974 4181 0 1 4 0 17 3 15 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
[pid=8566] ppid=8553 vsize=5356 CPUtime=0
/proc/8566/stat : 8566 (sh) S 8553 8553 4768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984769691 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8566/statm: 1339 233 193 169 0 50 0
[pid=8567] ppid=8566 vsize=864424 CPUtime=12.25
/proc/8567/stat : 8567 (java) S 8566 8553 4768 0 -1 0 8846 0 1 0 1114 111 0 0 18 0 9 0 1984769691 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8567/statm: 216106 4360 2562 9 0 210653 0
[pid=8567/tid=8568] ppid=8566 vsize=864424 CPUtime=11.15
/proc/8567/task/8568/stat : 8568 (java) R 8566 8553 4768 0 -1 64 6456 0 1 0 1026 89 0 0 25 0 9 0 1984769692 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4126633950 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8569] ppid=8566 vsize=864424 CPUtime=0.93
/proc/8567/task/8569/stat : 8569 (java) S 8566 8553 4768 0 -1 64 1331 0 0 0 73 20 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8570] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8566 8553 4768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8571] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8566 8553 4768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8572] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8572/stat : 8572 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8573] ppid=8566 vsize=864424 CPUtime=0.13
/proc/8567/task/8573/stat : 8573 (java) S 8566 8553 4768 0 -1 64 367 0 0 0 13 0 0 0 16 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8574] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8575] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8566 8553 4768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984769695 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 883380

[startup+25.5027 s]
/proc/loadavg: 2.23 2.05 2.02 3/92 8575
/proc/meminfo: memFree=1402224/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=0.24
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 974 4181 0 1 4 0 17 3 15 0 1 0 1984769663 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 797 370 3 0 500 0
[pid=8566] ppid=8553 vsize=5356 CPUtime=0
/proc/8566/stat : 8566 (sh) S 8553 8553 4768 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984769691 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8566/statm: 1339 233 193 169 0 50 0
[pid=8567] ppid=8566 vsize=864424 CPUtime=24.78
/proc/8567/stat : 8567 (java) S 8566 8553 4768 0 -1 0 12853 0 1 0 2250 228 0 0 18 0 9 0 1984769691 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/8567/statm: 216106 4360 2562 9 0 210653 0
[pid=8567/tid=8568] ppid=8566 vsize=864424 CPUtime=22.69
/proc/8567/task/8568/stat : 8568 (java) R 8566 8553 4768 0 -1 64 10463 0 1 0 2086 183 0 0 25 0 9 0 1984769692 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4126588663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8569] ppid=8566 vsize=864424 CPUtime=1.93
/proc/8567/task/8569/stat : 8569 (java) S 8566 8553 4768 0 -1 64 1331 0 0 0 150 43 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8570] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8570/stat : 8570 (java) S 8566 8553 4768 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8571] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8571/stat : 8571 (java) S 8566 8553 4768 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984769693 885170176 4360 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/8567/task/8572/stat : 8572 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984769695 885170176 4361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8573] ppid=8566 vsize=864424 CPUtime=0.13
/proc/8567/task/8573/stat : 8573 (java) S 8566 8553 4768 0 -1 64 367 0 0 0 13 0 0 0 16 0 9 0 1984769695 885170176 4361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8574] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8574/stat : 8574 (java) S 8566 8553 4768 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984769695 885170176 4361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=8567/tid=8575] ppid=8566 vsize=864424 CPUtime=0
/proc/8567/task/8575/stat : 8575 (java) S 8566 8553 4768 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984769695 885170176 4361 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.68
Current children cumulated vsize (KiB) 883380

[startup+162.301 s]
/proc/loadavg: 2.61 2.33 2.12 3/84 8577
/proc/meminfo: memFree=83056/2055920 swapFree=4172136/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.68
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 1023 49616 0 2 4 0 11480 1184 16 0 1 0 1984769663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 798 370 3 0 500 0
[pid=8576] ppid=8553 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8553 8553 4768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984782671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=135800 CPUtime=31.89
/proc/8577/stat : 8577 (picosat) R 8576 8553 4768 0 -1 4194304 32448 0 0 0 1446 1743 0 0 25 0 1 0 1984782671 139059200 32434 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8577/statm: 33950 32434 40 102 0 33845 0
Current children cumulated CPU time (s) 158.57
Current children cumulated vsize (KiB) 154756

[startup+222.302 s]
/proc/loadavg: 2.22 2.27 2.11 3/84 8577
/proc/meminfo: memFree=14896/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.68
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 1023 49616 0 2 4 0 11480 1184 16 0 1 0 1984769663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 798 370 3 0 500 0
[pid=8576] ppid=8553 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8553 8553 4768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984782671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=389684 CPUtime=91.21
/proc/8577/stat : 8577 (picosat) R 8576 8553 4768 0 -1 4194304 90050 0 0 0 4141 4980 0 0 25 0 1 0 1984782671 399036416 90036 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/8577/statm: 97421 90036 40 102 0 97316 0
Current children cumulated CPU time (s) 217.89
Current children cumulated vsize (KiB) 408640

[startup+282.302 s]
/proc/loadavg: 2.22 2.25 2.11 3/84 8577
/proc/meminfo: memFree=15216/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.68
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 1023 49616 0 2 4 0 11480 1184 16 0 1 0 1984769663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 798 370 3 0 500 0
[pid=8576] ppid=8553 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8553 8553 4768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984782671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=595208 CPUtime=150.53
/proc/8577/stat : 8577 (picosat) R 8576 8553 4768 0 -1 4194304 147843 0 0 0 6847 8206 0 0 25 0 1 0 1984782671 609492992 147829 996147200 134512640 134931368 4294956256 18446744073709551615 134560005 0 0 4096 0 0 0 0 17 1 0 0
/proc/8577/statm: 148802 147829 40 102 0 148697 0
Current children cumulated CPU time (s) 277.21
Current children cumulated vsize (KiB) 614164

[startup+342.303 s]
/proc/loadavg: 2.08 2.20 2.10 3/84 8577
/proc/meminfo: memFree=15344/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.68
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 1023 49616 0 2 4 0 11480 1184 16 0 1 0 1984769663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 798 370 3 0 500 0
[pid=8576] ppid=8553 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8553 8553 4768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984782671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=866136 CPUtime=209.84
/proc/8577/stat : 8577 (picosat) R 8576 8553 4768 0 -1 4194304 205596 0 0 0 9551 11433 0 0 25 0 1 0 1984782671 886923264 205582 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/8577/statm: 216534 205582 40 102 0 216429 0
Current children cumulated CPU time (s) 336.52
Current children cumulated vsize (KiB) 885092



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+353.002 s]
/proc/loadavg: 2.06 2.20 2.10 2/73 8583
/proc/meminfo: memFree=38024/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.68
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 1023 49616 0 2 4 0 11480 1184 16 0 1 0 1984769663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 798 370 3 0 500 0
[pid=8576] ppid=8553 vsize=5356 CPUtime=0
/proc/8576/stat : 8576 (sh) S 8553 8553 4768 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984782671 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/8576/statm: 1339 232 193 169 0 50 0
[pid=8577] ppid=8576 vsize=902964 CPUtime=220.43
/proc/8577/stat : 8577 (picosat) R 8576 8553 4768 0 -1 4194304 215959 0 0 0 10036 12007 0 0 25 0 1 0 1984782671 924635136 215945 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/8577/statm: 225741 215945 40 102 0 225636 0
Current children cumulated CPU time (s) 347.11
Current children cumulated vsize (KiB) 921920

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

[startup+353.14 s]
/proc/loadavg: 2.06 2.20 2.10 2/73 8583
/proc/meminfo: memFree=38024/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.68
/proc/8553/stat : 8553 (sugar) S 8551 8553 4768 0 -1 4194304 1040 49616 0 2 4 0 11480 1184 16 0 1 0 1984769663 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/8553/statm: 3400 798 370 3 0 500 0
[pid=8576] ppid=8553 vsize=0 CPUtime=0
/proc/8576/stat : 8576 (sh) Z 8553 8553 4768 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 1984782671 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/8576/statm: 0 0 0 0 0 0 0
[pid=8577] ppid=1 vsize=0 CPUtime=220.57
/proc/8577/stat : 8577 (picosat) R 1 8553 4768 0 -1 4195332 215977 0 0 0 10038 12019 0 0 25 0 1 0 1984782671 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/8577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 347.25
Current children cumulated vsize (KiB) 13600

# WARNING:
# current cumulated CPU time (126.69 s) is less than in the last sample (347.25 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (220.56 s) to the 'lost time'.

[startup+353.202 s]
/proc/loadavg: 2.06 2.20 2.10 2/73 8583
/proc/meminfo: memFree=38024/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.69
/proc/8553/stat : 8553 (sugar) R 8551 8553 4768 0 -1 4194304 1068 49893 0 2 4 1 11480 1184 16 0 1 0 1984769663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8553/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 126.69
Current children cumulated vsize (KiB) 13600

Sending SIGKILL to process tree (bottom up)

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

[startup+353.401 s]
/proc/loadavg: 2.06 2.20 2.10 2/73 8583
/proc/meminfo: memFree=38024/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=126.89
/proc/8553/stat : 8553 (sugar) R 8551 8553 4768 0 -1 4194304 1068 49893 0 2 4 21 11480 1184 16 0 1 0 1984769663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/8553/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 126.89
Current children cumulated vsize (KiB) 13600

[startup+354.205 s]
/proc/loadavg: 2.06 2.20 2.10 3/70 8603
/proc/meminfo: memFree=1946144/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=127.23
/proc/8553/stat : 8553 (sugar) D 8551 8553 4768 0 -1 4194304 1068 49893 0 2 4 55 11480 1184 15 0 1 0 1984769663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8553/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 127.23
Current children cumulated vsize (KiB) 13600

[startup+355.001 s]
/proc/loadavg: 2.06 2.20 2.10 3/70 8603
/proc/meminfo: memFree=1946144/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=127.24
/proc/8553/stat : 8553 (sugar) D 8551 8553 4768 0 -1 4194304 1068 49893 0 2 4 56 11480 1184 15 0 1 0 1984769663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8553/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 127.24
Current children cumulated vsize (KiB) 13600

[startup+355.201 s]
/proc/loadavg: 2.06 2.19 2.10 3/76 8622
/proc/meminfo: memFree=1938800/2055920 swapFree=4179972/4192956
[pid=8553] ppid=8551 vsize=13600 CPUtime=127.25
/proc/8553/stat : 8553 (sugar) D 8551 8553 4768 0 -1 4194304 1068 49893 0 2 4 57 11480 1184 15 0 1 0 1984769663 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 256 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/8553/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 127.25
Current children cumulated vsize (KiB) 13600

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 220.56
#  lost CPU user time (s): 100.38
#  lost CPU system time (s): 120.18

Real time (s): 355.296
CPU time (s): 347.835
CPU user time (s): 215.227
CPU system time (s): 132.608
CPU usage (%): 97.8998
Max. virtual memory (cumulated for all children) (KiB): 921920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.847
system time used= 12.4281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50961
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= 284146
involuntary context switches= 287029

runsolver used 0.512922 second user time and 1.13283 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-03 06:05:55
IDJOB=1054102
IDBENCH=56125
IDSOLVER=345
FILE ID=node23/1054102-1215057955
PBS_JOBID= 7875128
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/mknap/normalized-mknap-1-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1054102-1215057955/watcher-1054102-1215057955 -o /tmp/evaluation-result-1054102-1215057955/solver-1054102-1215057955 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1054102-1215057955.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5acb3eb596baa32b0d08b4b1c84ff93
RANDOM SEED=1129610200

node23.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.216
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.216
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:       1696872 kB
Buffers:         51168 kB
Cached:         189840 kB
SwapCached:      14672 kB
Active:         184972 kB
Inactive:       104216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1696872 kB
SwapTotal:     4192956 kB
SwapFree:      4172136 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:          56380 kB
Slab:            54940 kB
Committed_AS:  3377192 kB
PageTables:       1884 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= 66548 MiB
End job on node23 at 2008-07-03 06:11:50