Trace number 2086789

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.03 1808.34

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-0.xml
MD5SUM694094fc9258bd0927570f73a0c21c65
Bench Category2-ARY-INT (binary constraints in intension)
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 variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1663
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 09:40:18 2009
0.05/0.08	c 0	PID 25089
0.05/0.08	c 0	HOST node11.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2086789-1247384418.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2086789-1247384418.xml' 'HOME/temp.csp'
0.07/0.95	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.07/0.97	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.97	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.94/1.06	c 1	Parsing HOME/temp.csp
1.04/1.19	c 2	parsed 4982 expressions
1.04/1.19	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.19	c 2	Converting to clausal form CSP
1.14/1.22	c 2	converted 499 (10%) expressions
1.23/1.30	c 2	converted 997 (20%) expressions
1.33/1.43	c 2	converted 1495 (30%) expressions
1.33/1.47	c 2	converted 1993 (40%) expressions
1.33/1.49	c 2	converted 2491 (50%) expressions
1.43/1.51	c 2	converted 2990 (60%) expressions
1.43/1.52	c 2	converted 3488 (70%) expressions
1.43/1.58	c 2	converted 3986 (80%) expressions
1.52/1.60	c 2	converted 4484 (90%) expressions
1.52/1.61	c 2	converted 4982 (100%) expressions
1.52/1.61	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1591
1.52/1.62	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.62	c 2	Propagation in CSP
1.72/1.85	c 2	168358 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.85	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 901
1.72/1.85	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.86	c 2	Simplifing CSP by introducing new Boolean variables
1.83/1.95	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 901
1.83/1.95	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.92/2.05	c 2	40 (10%) CSP integer variables are encoded (20820 clauses, 290192 bytes)
1.92/2.07	c 2	80 (20%) CSP integer variables are encoded (41440 clauses, 599492 bytes)
2.01/2.11	c 2	120 (30%) CSP integer variables are encoded (66000 clauses, 967892 bytes)
2.01/2.14	c 3	160 (40%) CSP integer variables are encoded (90840 clauses, 1340492 bytes)
2.01/2.17	c 3	200 (50%) CSP integer variables are encoded (114740 clauses, 1728827 bytes)
2.12/2.21	c 3	240 (60%) CSP integer variables are encoded (139240 clauses, 2145327 bytes)
2.12/2.25	c 3	280 (70%) CSP integer variables are encoded (169500 clauses, 2659747 bytes)
2.21/2.30	c 3	320 (80%) CSP integer variables are encoded (203120 clauses, 3231287 bytes)
2.21/2.34	c 3	360 (90%) CSP integer variables are encoded (234920 clauses, 3771887 bytes)
2.21/2.38	c 3	400 (100%) CSP integer variables are encoded (261420 clauses, 4222387 bytes)
2.70/2.88	c 3	1178 (10%) CSP clauses are encoded (481437 clauses, 9097237 bytes)
3.19/3.31	c 4	2356 (20%) CSP clauses are encoded (677144 clauses, 13632594 bytes)
3.68/3.80	c 4	3534 (30%) CSP clauses are encoded (920345 clauses, 19283573 bytes)
4.07/4.28	c 5	4712 (40%) CSP clauses are encoded (1153087 clauses, 24681574 bytes)
4.67/4.83	c 5	5890 (50%) CSP clauses are encoded (1422132 clauses, 30948237 bytes)
5.15/5.34	c 6	7068 (60%) CSP clauses are encoded (1669392 clauses, 36708465 bytes)
5.75/5.93	c 6	8246 (70%) CSP clauses are encoded (1955885 clauses, 43410810 bytes)
6.35/6.55	c 7	9424 (80%) CSP clauses are encoded (2260596 clauses, 50821264 bytes)
7.04/7.22	c 8	10602 (90%) CSP clauses are encoded (2589303 clauses, 58754974 bytes)
7.81/8.08	c 8	11780 (100%) CSP clauses are encoded (3019882 clauses, 68766875 bytes)
7.81/8.08	c 8	11780 CSP clauses encoded
7.81/8.08	c 8	Writing map file : HOME/temp.map
7.81/8.09	c 8	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.81/8.09	c 8	SAT : 269420 SAT variables, 3019882 SAT clauses, 68766875 bytes
7.81/8.09	c 8	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.90/8.12	c 8	SOLVING HOME/temp.cnf
7.90/8.12	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1808.32	c ERROR INTERRUPTED
1800.03/1808.33	s UNKNOWN
1800.03/1808.33	c 1809	CPU 7.91 (0.05 0.02 7.22 0.62)
1800.03/1808.33	c 1809	END Sun Jul 12 10:10:27 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-2086789-1247384418/watcher-2086789-1247384418 -o /tmp/evaluation-result-2086789-1247384418/solver-2086789-1247384418 -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-2086789-1247384418.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.85 1.97 1.99 4/80 25089
/proc/meminfo: memFree=1804624/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=18576 CPUtime=0
/proc/25089/stat : 25089 (runsolver) R 25087 25089 25052 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25508848 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25089/statm: 4644 284 249 26 0 2626 0

[startup+0.0706021 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 25089
/proc/meminfo: memFree=1804624/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16344 CPUtime=0.05
/proc/25089/stat : 25089 (sugar) R 25087 25089 25052 0 -1 4194304 1009 0 0 0 4 1 0 0 18 0 1 0 25508848 16736256 977 996147200 4194304 4206940 548682068608 18446744073709551615 262927601132 0 0 4224 0 0 0 0 17 1 0 0
/proc/25089/statm: 4086 977 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.101602 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 25089
/proc/meminfo: memFree=1804624/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=0.07
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25508848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301638 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 25089
/proc/meminfo: memFree=1804624/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=0.07
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25508848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701729 s]
/proc/loadavg: 1.85 1.97 1.99 4/80 25089
/proc/meminfo: memFree=1804624/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=0.07
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 25508848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 1.85 1.97 1.99 5/85 25105
/proc/meminfo: memFree=1799200/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=0.93
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1309 7272 0 1 5 2 81 5 15 0 1 0 25508848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1111 409 3 0 796 0
[pid=25102] ppid=25089 vsize=5356 CPUtime=0
/proc/25102/stat : 25102 (sh) S 25089 25089 25052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25508946 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25102/statm: 1339 233 193 169 0 50 0
[pid=25103] ppid=25102 vsize=868496 CPUtime=0.5
/proc/25103/stat : 25103 (java) S 25102 25089 25052 0 -1 0 5738 0 1 0 47 3 0 0 19 0 9 0 25508946 889339904 5155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25103/statm: 217124 5155 1743 9 0 211629 0
[pid=25103/tid=25104] ppid=25102 vsize=868496 CPUtime=0.3
/proc/25103/task/25104/stat : 25104 (java) R 25102 25089 25052 0 -1 64 2661 0 1 0 29 1 0 0 18 0 9 0 25508947 889339904 5155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25105] ppid=25102 vsize=868496 CPUtime=0.03
/proc/25103/task/25105/stat : 25105 (java) R 25102 25089 25052 0 -1 64 898 0 0 0 3 0 0 0 16 0 9 0 25508948 889339904 5155 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890720

[startup+3.10219 s]
/proc/loadavg: 1.94 1.98 1.99 4/91 25111
/proc/meminfo: memFree=1781744/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=0.93
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1310 7272 0 1 5 2 81 5 15 0 1 0 25508848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1111 409 3 0 796 0
[pid=25102] ppid=25089 vsize=5356 CPUtime=0
/proc/25102/stat : 25102 (sh) S 25089 25089 25052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25508946 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25102/statm: 1339 233 193 169 0 50 0
[pid=25103] ppid=25102 vsize=868696 CPUtime=2.06
/proc/25103/stat : 25103 (java) S 25102 25089 25052 0 -1 0 8281 0 1 0 193 13 0 0 19 0 9 0 25508946 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25103/statm: 217174 7155 2590 9 0 211651 0
[pid=25103/tid=25104] ppid=25102 vsize=868696 CPUtime=1.56
/proc/25103/task/25104/stat : 25104 (java) R 25102 25089 25052 0 -1 64 3075 0 1 0 148 8 0 0 25 0 9 0 25508947 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4126452506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25105] ppid=25102 vsize=868696 CPUtime=0.28
/proc/25103/task/25105/stat : 25105 (java) S 25102 25089 25052 0 -1 64 2995 0 0 0 25 3 0 0 16 0 9 0 25508948 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25106] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25106/stat : 25106 (java) S 25102 25089 25052 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25508949 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25107] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25107/stat : 25107 (java) S 25102 25089 25052 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25508949 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25108] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25108/stat : 25108 (java) S 25102 25089 25052 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25508951 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25109] ppid=25102 vsize=868696 CPUtime=0.2
/proc/25103/task/25109/stat : 25109 (java) S 25102 25089 25052 0 -1 64 1513 0 0 0 19 1 0 0 16 0 9 0 25508951 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25110] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25110/stat : 25110 (java) S 25102 25089 25052 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25508951 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25111] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25111/stat : 25111 (java) S 25102 25089 25052 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25508951 889544704 7155 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890920

[startup+6.30282 s]
/proc/loadavg: 1.94 1.98 1.99 3/91 25111
/proc/meminfo: memFree=1745072/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=0.93
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1310 7272 0 1 5 2 81 5 15 0 1 0 25508848 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1111 409 3 0 796 0
[pid=25102] ppid=25089 vsize=5356 CPUtime=0
/proc/25102/stat : 25102 (sh) S 25089 25089 25052 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25508946 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25102/statm: 1339 233 193 169 0 50 0
[pid=25103] ppid=25102 vsize=868696 CPUtime=5.22
/proc/25103/stat : 25103 (java) S 25102 25089 25052 0 -1 0 9243 0 1 0 483 39 0 0 19 0 9 0 25508946 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25103/statm: 217174 7167 2590 9 0 211651 0
[pid=25103/tid=25104] ppid=25102 vsize=868696 CPUtime=4.46
/proc/25103/task/25104/stat : 25104 (java) R 25102 25089 25052 0 -1 64 4026 0 1 0 417 29 0 0 25 0 9 0 25508947 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4126901386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25105] ppid=25102 vsize=868696 CPUtime=0.52
/proc/25103/task/25105/stat : 25105 (java) S 25102 25089 25052 0 -1 64 2995 0 0 0 45 7 0 0 16 0 9 0 25508948 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25106] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25106/stat : 25106 (java) S 25102 25089 25052 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25508949 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25107] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25107/stat : 25107 (java) S 25102 25089 25052 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25508949 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25108] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25108/stat : 25108 (java) S 25102 25089 25052 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25508951 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25109] ppid=25102 vsize=868696 CPUtime=0.21
/proc/25103/task/25109/stat : 25109 (java) S 25102 25089 25052 0 -1 64 1524 0 0 0 20 1 0 0 16 0 9 0 25508951 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25110] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25110/stat : 25110 (java) S 25102 25089 25052 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25508951 889544704 7167 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25103/tid=25111] ppid=25102 vsize=868696 CPUtime=0
/proc/25103/task/25111/stat : 25111 (java) S 25102 25089 25052 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25508951 889544704 7167 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) 890920

[startup+12.7077 s]
/proc/loadavg: 1.95 1.98 1.99 4/83 25113
/proc/meminfo: memFree=1701424/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=51232 CPUtime=4.51
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 8548 0 0 0 211 240 0 0 25 0 1 0 25509661 52461568 8534 996147200 134512640 134931368 4294956256 18446744073709551615 134520649 0 0 4096 0 0 0 0 17 1 0 0
/proc/25113/statm: 12808 8534 40 102 0 12703 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 73456

[startup+25.5016 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 25113
/proc/meminfo: memFree=1653424/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=98692 CPUtime=17.19
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 20223 0 0 0 800 919 0 0 25 0 1 0 25509661 101060608 20209 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/25113/statm: 24673 20209 40 102 0 24568 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 120916

[startup+51.1016 s]
/proc/loadavg: 1.97 1.98 1.99 4/83 25113
/proc/meminfo: memFree=1619184/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=139504 CPUtime=42.56
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 28570 0 0 0 2834 1422 0 0 25 0 1 0 25509661 142852096 28556 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25113/statm: 34876 28556 42 102 0 34771 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 161728

[startup+102.307 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25113
/proc/meminfo: memFree=1618544/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=139900 CPUtime=93.27
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 28701 0 0 0 7905 1422 0 0 25 0 1 0 25509661 143257600 28687 996147200 134512640 134931368 4294956256 18446744073709551615 134525929 0 0 4096 0 0 0 0 17 1 0 0
/proc/25113/statm: 34975 28687 42 102 0 34870 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 162124

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 25113
/proc/meminfo: memFree=1617840/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91

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

/proc/meminfo: memFree=1231888/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1346.33
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 133193 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1354.24
Current children cumulated vsize (KiB) 175200

[startup+1422.31 s]
/proc/loadavg: 2.13 2.24 2.15 3/87 25161
/proc/meminfo: memFree=1231824/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1406.31
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 139191 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1414.22
Current children cumulated vsize (KiB) 175200

[startup+1482.3 s]
/proc/loadavg: 2.51 2.31 2.18 3/87 25161
/proc/meminfo: memFree=1231696/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1466.27
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 145187 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1474.18
Current children cumulated vsize (KiB) 175200

[startup+1542.3 s]
/proc/loadavg: 2.75 2.42 2.22 3/87 25161
/proc/meminfo: memFree=1231696/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1526.25
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 151185 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1534.16
Current children cumulated vsize (KiB) 175200

[startup+1602.3 s]
/proc/loadavg: 2.47 2.41 2.23 3/87 25161
/proc/meminfo: memFree=1211408/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1586.22
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 157182 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1594.13
Current children cumulated vsize (KiB) 175200

[startup+1662.3 s]
/proc/loadavg: 2.17 2.33 2.22 3/87 25161
/proc/meminfo: memFree=1211344/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1646.18
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 163178 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134522734 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1654.09
Current children cumulated vsize (KiB) 175200

[startup+1722.3 s]
/proc/loadavg: 2.11 2.29 2.20 3/87 25161
/proc/meminfo: memFree=1211280/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1706.16
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 169176 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1714.07
Current children cumulated vsize (KiB) 175200

[startup+1782.3 s]
/proc/loadavg: 2.47 2.34 2.22 3/87 25161
/proc/meminfo: memFree=1211152/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1766.13
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 175173 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525749 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1774.04
Current children cumulated vsize (KiB) 175200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.58 2.38 2.24 3/87 25161
/proc/meminfo: memFree=1211152/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1792.12
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 177772 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 175200

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

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

[startup+1808.3 s]
/proc/loadavg: 2.58 2.38 2.24 3/87 25161
/proc/meminfo: memFree=1211152/2055920 swapFree=4192812/4192956
[pid=25089] ppid=25087 vsize=16868 CPUtime=7.91
/proc/25089/stat : 25089 (sugar) S 25087 25089 25052 0 -1 4194304 1365 17353 0 2 5 2 722 62 16 0 1 0 25508848 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25089/statm: 4217 1113 409 3 0 796 0
[pid=25112] ppid=25089 vsize=5356 CPUtime=0
/proc/25112/stat : 25112 (sh) S 25089 25089 25052 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25509661 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25112/statm: 1339 232 193 169 0 50 0
[pid=25113] ppid=25112 vsize=152976 CPUtime=1792.12
/proc/25113/stat : 25113 (picosat) R 25112 25089 25052 0 -1 4194304 32227 0 0 0 177772 1440 0 0 25 0 1 0 25509661 156647424 32113 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25113/statm: 38244 32113 48 102 0 38139 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 175200

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25089 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=285892
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=649901
# CPU time returned by wait4() is 7.93579
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.34
CPU time (s): 1800.03
CPU user time (s): 1784.99
CPU system time (s): 15.04
CPU usage (%): 99.5407
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.28589
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19112
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= 18293
involuntary context switches= 18268

runsolver used 2.23266 second user time and 6.03708 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-12 09:40:18
IDJOB=2086789
IDBENCH=58632
IDSOLVER=738
FILE ID=node11/2086789-1247384418
PBS_JOBID= 9507324
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-100-0.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-2086789-1247384418/watcher-2086789-1247384418 -o /tmp/evaluation-result-2086789-1247384418/solver-2086789-1247384418 -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-2086789-1247384418.xml

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

MD5SUM BENCH= 694094fc9258bd0927570f73a0c21c65
RANDOM SEED=111803535

node11.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.274
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.274
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:       1805104 kB
Buffers:         15848 kB
Cached:          60312 kB
SwapCached:          0 kB
Active:         165772 kB
Inactive:        30788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1805104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2064 kB
Writeback:           0 kB
Mapped:         138328 kB
Slab:            39408 kB
Committed_AS:   913524 kB
PageTables:       2080 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= 66416 MiB
End job on node11 at 2009-07-12 10:10:29