Trace number 2068166

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.05 1806.74

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran14x18-1.xml
MD5SUM31a527a760a0c91c8e5a215946960e4a
Bench CategoryN-ARY-INT (n-ary 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 variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
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 23:05:58 2009
0.00/0.08	c 0	PID 14274
0.06/0.08	c 0	HOST node71.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068166-1247346358.xml TO HOME/temp.csp
0.06/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-2068166-1247346358.xml' 'HOME/temp.csp'
0.07/0.87	c 1	2 domains, 7812 variables, 6 predicates, 0 relations, 316 constraints
0.85/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.85/1.02	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.85/1.10	c 1	Parsing HOME/temp.csp
0.85/1.45	c 2	parsed 8136 expressions
0.85/1.46	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.85/1.46	c 2	Converting to clausal form CSP
0.85/1.50	c 2	converted 814 (10%) expressions
0.85/1.51	c 2	converted 1628 (20%) expressions
0.85/1.51	c 2	converted 2441 (30%) expressions
0.85/1.51	c 2	converted 3255 (40%) expressions
0.85/1.51	c 2	converted 4068 (50%) expressions
0.85/1.52	c 2	converted 4882 (60%) expressions
0.85/1.52	c 2	converted 5696 (70%) expressions
0.85/1.52	c 2	converted 6509 (80%) expressions
0.85/1.52	c 2	converted 7323 (90%) expressions
3.49/3.76	c 4	converted 8136 (100%) expressions
3.49/3.76	c 4	CSP : 12792 integers, 0 booleans, 10276 clauses, largest domain size 96
3.49/3.76	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.49/3.76	c 4	Propagation in CSP
4.19/4.49	c 5	25816 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.19/4.49	c 5	CSP : 12792 integers, 0 booleans, 10276 clauses, largest domain size 96
4.19/4.49	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.51	c 5	Simplifing CSP by introducing new Boolean variables
4.29/4.52	c 5	CSP : 12792 integers, 0 booleans, 10276 clauses, largest domain size 96
4.29/4.52	c 5	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.39/4.61	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.39/4.64	c 5	1280 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.65	c 5	2559 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.65	c 5	3838 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.65	c 5	5117 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.66	c 5	6396 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.66	c 5	7676 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
4.39/4.68	c 5	8955 (70%) CSP integer variables are encoded (12502 clauses, 176971 bytes)
4.39/4.69	c 5	10234 (80%) CSP integer variables are encoded (24479 clauses, 356626 bytes)
4.50/4.71	c 5	11513 (90%) CSP integer variables are encoded (33396 clauses, 490381 bytes)
4.50/4.72	c 5	12792 (100%) CSP integer variables are encoded (42445 clauses, 626116 bytes)
4.80/5.03	c 5	1028 (10%) CSP clauses are encoded (101364 clauses, 1823018 bytes)
7.48/7.73	c 8	2056 (20%) CSP clauses are encoded (229509 clauses, 5174675 bytes)
16.43/16.74	c 17	3083 (30%) CSP clauses are encoded (489824 clauses, 12541813 bytes)
25.38/25.79	c 26	4111 (40%) CSP clauses are encoded (753372 clauses, 20099956 bytes)
33.64/34.03	c 34	5138 (50%) CSP clauses are encoded (1004603 clauses, 27203787 bytes)
34.04/34.41	c 35	6166 (60%) CSP clauses are encoded (1093873 clauses, 29073487 bytes)
34.44/34.83	c 35	7194 (70%) CSP clauses are encoded (1196495 clauses, 31245135 bytes)
34.83/35.26	c 35	8221 (80%) CSP clauses are encoded (1299320 clauses, 33453498 bytes)
35.22/35.63	c 36	9249 (90%) CSP clauses are encoded (1383746 clauses, 35259686 bytes)
35.62/36.02	c 36	10276 (100%) CSP clauses are encoded (1472923 clauses, 37166161 bytes)
35.62/36.02	c 36	10276 CSP clauses encoded
35.62/36.02	c 36	Writing map file : HOME/temp.map
35.62/36.05	c 36	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.62/36.06	c 36	SAT : 51653 SAT variables, 1472923 SAT clauses, 37166161 bytes
35.62/36.06	c 36	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
35.62/36.09	c 36	SOLVING HOME/temp.cnf
35.62/36.09	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1806.72	c ERROR INTERRUPTED
1800.05/1806.74	s UNKNOWN
1800.05/1806.74	c 1807	CPU 35.7 (0.06 0.02 35.12 0.5)
1800.05/1806.74	c 1807	END Sat Jul 11 23:36:05 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-2068166-1247346358/watcher-2068166-1247346358 -o /tmp/evaluation-result-2068166-1247346358/solver-2068166-1247346358 -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-2068166-1247346358.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: 2.08 2.02 2.00 4/72 14274
/proc/meminfo: memFree=875560/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=12268 CPUtime=0
/proc/14274/stat : 14274 (sugar) R 14272 14274 12849 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21698388 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231962540645 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14274/statm: 3067 316 241 3 0 167 0

[startup+0.0830941 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 14274
/proc/meminfo: memFree=875560/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16740 CPUtime=0.06
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21698388 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100784 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 14274
/proc/meminfo: memFree=875560/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301806 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 14274
/proc/meminfo: memFree=875560/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701863 s]
/proc/loadavg: 2.08 2.02 2.00 4/72 14274
/proc/meminfo: memFree=875560/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

############
# WARNING:
# current cumulated CPU time (0.85 s) is less than in the last sample (0.85 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (5.96046e-08 s) to the 'lost time'.

[startup+1.0019 s]
/proc/loadavg: 2.08 2.02 2.00 2/80 14286
/proc/meminfo: memFree=857576/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.07
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14277] ppid=14274 vsize=5356 CPUtime=0
/proc/14277/stat : 14277 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21698397 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14277/statm: 1339 233 193 169 0 50 0
[pid=14278] ppid=14277 vsize=864776 CPUtime=0.78
/proc/14278/stat : 14278 (java) S 14277 14274 12849 0 -1 0 6807 0 1 0 73 5 0 0 18 0 6 0 21698397 885530624 6046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14278/statm: 216194 6046 2558 9 0 210706 0
[pid=14278/tid=14279] ppid=14277 vsize=864776 CPUtime=0.53
/proc/14278/task/14279/stat : 14279 (java) D 14277 14274 12849 0 -1 64 2797 0 1 0 51 2 0 0 19 0 6 0 21698398 885530624 6046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744072099202260 0 0 -1 1 0 0
[pid=14278/tid=14281] ppid=14277 vsize=864776 CPUtime=0
/proc/14278/task/14281/stat : 14281 (java) S 14277 14274 12849 0 -1 64 16 0 0 0 0 0 0 0 16 0 6 0 21698400 885530624 6046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14278/tid=14282] ppid=14277 vsize=864776 CPUtime=0
/proc/14278/task/14282/stat : 14282 (java) S 14277 14274 12849 0 -1 64 10 0 0 0 0 0 0 0 15 0 6 0 21698400 885530624 6046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14278/tid=14284] ppid=14277 vsize=864776 CPUtime=0.14
/proc/14278/task/14284/stat : 14284 (java) S 14277 14274 12849 0 -1 64 533 0 0 0 14 0 0 0 16 0 6 0 21698402 885530624 6046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14278/tid=14285] ppid=14277 vsize=864776 CPUtime=0
/proc/14278/task/14285/stat : 14285 (java) S 14277 14274 12849 0 -1 64 0 0 0 0 0 0 0 0 19 0 6 0 21698402 885530624 6046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 887000

[startup+1.10792 s]
/proc/loadavg: 2.08 2.02 2.00 2/80 14286
/proc/meminfo: memFree=857576/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.85
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1292 7220 0 1 5 2 73 5 16 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 16868
#
############


[startup+1.50197 s]
/proc/loadavg: 2.08 2.02 2.00 2/80 14286
/proc/meminfo: memFree=857576/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.85
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1309 7220 0 1 5 2 73 5 16 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 16868

[startup+3.1022 s]
/proc/loadavg: 2.08 2.02 2.00 3/83 14296
/proc/meminfo: memFree=851024/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.85
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1309 7220 0 1 5 2 73 5 15 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21698491 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868628 CPUtime=2.06
/proc/14288/stat : 14288 (java) S 14287 14274 12849 0 -1 0 9849 0 1 0 198 8 0 0 19 0 9 0 21698491 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217157 8922 2566 9 0 211662 0
[pid=14288/tid=14289] ppid=14287 vsize=868628 CPUtime=1.44
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 12849 0 -1 64 2713 0 1 0 142 2 0 0 25 0 9 0 21698492 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868628 CPUtime=0.39
/proc/14288/task/14290/stat : 14290 (java) R 14287 14274 12849 0 -1 64 4932 0 0 0 36 3 0 0 16 0 9 0 21698493 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 102768017 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868628 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21698494 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868628 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 12849 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21698494 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868628 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21698496 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868628 CPUtime=0.2
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 12849 0 -1 64 1500 0 0 0 19 1 0 0 15 0 9 0 21698496 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868628 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21698496 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868628 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21698496 889475072 8922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 890852

[startup+6.30162 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 14296
/proc/meminfo: memFree=839504/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.86
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1310 7220 0 1 6 2 73 5 15 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21698491 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868740 CPUtime=5.23
/proc/14288/stat : 14288 (java) S 14287 14274 12849 0 -1 0 10949 0 1 0 509 14 0 0 19 0 9 0 21698491 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217185 9799 2590 9 0 211662 0
[pid=14288/tid=14289] ppid=14287 vsize=868740 CPUtime=4.29
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 12849 0 -1 64 3040 0 1 0 423 6 0 0 25 0 9 0 21698492 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4127022114 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868740 CPUtime=0.66
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 12849 0 -1 64 5666 0 0 0 61 5 0 0 16 0 9 0 21698493 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21698494 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 12849 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21698494 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21698496 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868740 CPUtime=0.25
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 12849 0 -1 64 1539 0 0 0 24 1 0 0 16 0 9 0 21698496 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21698496 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21698496 889589760 9799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 890964

[startup+12.7025 s]
/proc/loadavg: 2.07 2.01 2.00 3/83 14296
/proc/meminfo: memFree=833688/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.86
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1310 7220 0 1 6 2 73 5 16 0 1 0 21698388 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21698491 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868740 CPUtime=11.6
/proc/14288/stat : 14288 (java) S 14287 14274 12849 0 -1 0 11145 0 1 0 1141 19 0 0 19 0 9 0 21698491 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217185 9804 2590 9 0 211662 0
[pid=14288/tid=14289] ppid=14287 vsize=868740 CPUtime=10.58
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 12849 0 -1 64 3231 0 1 0 1048 10 0 0 25 0 9 0 21698492 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4126555294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868740 CPUtime=0.72
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 12849 0 -1 64 5666 0 0 0 66 6 0 0 16 0 9 0 21698493 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21698494 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 12849 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21698494 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21698496 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868740 CPUtime=0.26
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 12849 0 -1 64 1544 0 0 0 25 1 0 0 16 0 9 0 21698496 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21698496 889589760 9804 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868740 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21698496 889589760 9804 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) 890964

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

/proc/14298/statm: 52858 51680 48 102 0 52753 0
Current children cumulated CPU time (s) 1355.84
Current children cumulated vsize (KiB) 233656

[startup+1422.31 s]
/proc/loadavg: 1.97 1.96 1.98 3/76 14360
/proc/meminfo: memFree=865176/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=211432 CPUtime=1380.12
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 52203 0 0 0 137074 938 0 0 25 0 1 0 21701998 216506368 51680 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 52858 51680 48 102 0 52753 0
Current children cumulated CPU time (s) 1415.82
Current children cumulated vsize (KiB) 233656

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=855256/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221224 CPUtime=1440.08
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 54788 0 0 0 143067 941 0 0 25 0 1 0 21701998 226533376 54130 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55306 54130 48 102 0 55201 0
Current children cumulated CPU time (s) 1475.78
Current children cumulated vsize (KiB) 243448

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=855256/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221224 CPUtime=1500.06
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 54788 0 0 0 149065 941 0 0 25 0 1 0 21701998 226533376 54130 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55306 54130 48 102 0 55201 0
Current children cumulated CPU time (s) 1535.76
Current children cumulated vsize (KiB) 243448

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=855256/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221224 CPUtime=1560.03
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 54788 0 0 0 155062 941 0 0 25 0 1 0 21701998 226533376 54130 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55306 54130 48 102 0 55201 0
Current children cumulated CPU time (s) 1595.73
Current children cumulated vsize (KiB) 243448

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=855256/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221224 CPUtime=1620
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 54788 0 0 0 161059 941 0 0 25 0 1 0 21701998 226533376 54130 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55306 54130 48 102 0 55201 0
Current children cumulated CPU time (s) 1655.7
Current children cumulated vsize (KiB) 243448

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=855256/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221224 CPUtime=1679.98
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 54788 0 0 0 167057 941 0 0 25 0 1 0 21701998 226533376 54130 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55306 54130 48 102 0 55201 0
Current children cumulated CPU time (s) 1715.68
Current children cumulated vsize (KiB) 243448

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=855256/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=221224 CPUtime=1739.96
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 54788 0 0 0 173054 942 0 0 25 0 1 0 21701998 226533376 54130 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55306 54130 48 102 0 55201 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 243448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=852440/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=223936 CPUtime=1764.35
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 55622 0 0 0 175492 943 0 0 25 0 1 0 21701998 229310464 54822 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55984 54822 48 102 0 55879 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 246160

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

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

[startup+1806.7 s]
/proc/loadavg: 1.99 1.97 1.98 3/76 14360
/proc/meminfo: memFree=852440/2055920 swapFree=4192952/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=35.7
/proc/14274/stat : 14274 (sugar) S 14272 14274 12849 0 -1 4194304 1365 19501 0 2 6 2 3512 50 16 0 1 0 21698388 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21701997 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=223936 CPUtime=1764.35
/proc/14298/stat : 14298 (picosat) R 14297 14274 12849 0 -1 4194304 55622 0 0 0 175492 943 0 0 25 0 1 0 21701998 229310464 54822 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/14298/statm: 55984 54822 48 102 0 55879 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 246160

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14274 and gives
#  childrusage.ru_utime.tv_sec=35
#  childrusage.ru_utime.tv_usec=197649
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=532918
# CPU time returned by wait4() is 35.7306
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# 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): 5.96046e-08
#  lost CPU user time (s): 5.96046e-08
#  lost CPU system time (s): 0

Real time (s): 1806.74
CPU time (s): 1800.05
CPU user time (s): 1790.1
CPU system time (s): 9.95
CPU usage (%): 99.6295
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.1976
system time used= 0.532918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21260
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= 14523
involuntary context switches= 14778

runsolver used 2.00169 second user time and 6.22305 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-11 23:05:58
IDJOB=2068166
IDBENCH=54820
IDSOLVER=738
FILE ID=node71/2068166-1247346358
PBS_JOBID= 9506750
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran14x18-1.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-2068166-1247346358/watcher-2068166-1247346358 -o /tmp/evaluation-result-2068166-1247346358/solver-2068166-1247346358 -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-2068166-1247346358.xml

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

MD5SUM BENCH= 31a527a760a0c91c8e5a215946960e4a
RANDOM SEED=1320798841

node71.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.222
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.222
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:        876040 kB
Buffers:         57192 kB
Cached:         796000 kB
SwapCached:          4 kB
Active:         355292 kB
Inactive:       771476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        876040 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:         285232 kB
Slab:            37928 kB
Committed_AS:   413392 kB
PageTables:       2316 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= 66376 MiB
End job on node71 at 2009-07-11 23:36:07