Trace number 1092456

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? (TO) 1800.05 1813.23

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-100-5.xml
MD5SUMae7430fa0ee17432c782e1ef242ba179
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 size1679
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 (download as text)

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Sat Jul  5 18:26:33 2008
0.01/0.04	c 0	PID 7793
0.01/0.04	c 0	HOST node88.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1092456-1215275193.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092456-1215275193.xml' 'HOME/temp.csp'
0.03/0.66	c 0	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.03/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.67	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.63/0.75	c 1	Parsing HOME/temp.csp
0.63/1.00	c 1	parsed 4982 expressions
0.95/1.01	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.01	c 1	Converting to clausal form CSP
0.95/1.03	c 1	converted 499 (10%) expressions
0.95/1.10	c 1	converted 997 (20%) expressions
1.15/1.21	c 1	converted 1495 (30%) expressions
1.15/1.24	c 1	converted 1993 (40%) expressions
1.15/1.25	c 1	converted 2491 (50%) expressions
1.15/1.26	c 1	converted 2990 (60%) expressions
1.15/1.28	c 1	converted 3488 (70%) expressions
1.15/1.29	c 1	converted 3986 (80%) expressions
1.24/1.30	c 1	converted 4484 (90%) expressions
1.24/1.35	c 1	converted 4982 (100%) expressions
1.24/1.35	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1679
1.24/1.35	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.35	c 1	Propagation in CSP
1.54/1.61	c 1	391267 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.54/1.61	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 883
1.54/1.61	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.61	c 1	Simplifing CSP by introducing new Boolean variables
1.54/1.65	c 1	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 883
1.54/1.65	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.70	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.64/1.76	c 2	40 (10%) CSP integer variables are encoded (29820 clauses, 425184 bytes)
1.64/1.79	c 2	80 (20%) CSP integer variables are encoded (57820 clauses, 845184 bytes)
1.74/1.82	c 2	120 (30%) CSP integer variables are encoded (80740 clauses, 1188984 bytes)
1.74/1.85	c 2	160 (40%) CSP integer variables are encoded (110820 clauses, 1662115 bytes)
1.74/1.89	c 2	200 (50%) CSP integer variables are encoded (135780 clauses, 2086435 bytes)
1.84/1.92	c 2	240 (60%) CSP integer variables are encoded (161920 clauses, 2530815 bytes)
1.84/1.95	c 2	280 (70%) CSP integer variables are encoded (189340 clauses, 2996955 bytes)
1.84/1.98	c 2	320 (80%) CSP integer variables are encoded (209220 clauses, 3334915 bytes)
1.93/2.01	c 2	360 (90%) CSP integer variables are encoded (232680 clauses, 3733735 bytes)
1.93/2.04	c 2	400 (100%) CSP integer variables are encoded (259340 clauses, 4186955 bytes)
2.53/2.65	c 2	1178 (10%) CSP clauses are encoded (553914 clauses, 10785670 bytes)
3.13/3.21	c 3	2356 (20%) CSP clauses are encoded (835350 clauses, 17317708 bytes)
3.51/3.66	c 3	3534 (30%) CSP clauses are encoded (1063420 clauses, 22612259 bytes)
4.11/4.23	c 4	4712 (40%) CSP clauses are encoded (1350824 clauses, 29289966 bytes)
4.60/4.71	c 5	5890 (50%) CSP clauses are encoded (1591240 clauses, 34884072 bytes)
5.10/5.27	c 5	7068 (60%) CSP clauses are encoded (1886053 clauses, 41772290 bytes)
5.68/5.81	c 6	8246 (70%) CSP clauses are encoded (2156189 clauses, 48342916 bytes)
6.09/6.23	c 6	9424 (80%) CSP clauses are encoded (2377681 clauses, 53694473 bytes)
6.57/6.74	c 7	10602 (90%) CSP clauses are encoded (2638979 clauses, 59938985 bytes)
6.97/7.19	c 7	11780 (100%) CSP clauses are encoded (2891491 clauses, 65665398 bytes)
6.97/7.19	c 7	11780 CSP clauses encoded
6.97/7.19	c 7	Writing map file : HOME/temp.map
7.07/7.20	c 7	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.07/7.20	c 7	SAT : 267340 SAT variables, 2891491 SAT clauses, 65665398 bytes
7.07/7.20	c 7	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.07/7.24	c 7	SOLVING HOME/temp.cnf
7.07/7.24	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1813.21	c ERROR INTERRUPTED
1800.05/1813.22	s UNKNOWN
1800.05/1813.22	c 1813	CPU 6.54 (0.03 0.01 6.51 0.56)
1800.05/1813.22	c 1813	END Sat Jul  5 18:56:46 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-1092456-1215275193/watcher-1092456-1215275193 -o /tmp/evaluation-result-1092456-1215275193/solver-1092456-1215275193 -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-1092456-1215275193.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: 2.00 2.00 2.00 4/82 7793
/proc/meminfo: memFree=1759264/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=12272 CPUtime=0
/proc/7793/stat : 7793 (sugar) R 7791 7793 5428 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 639766528 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 0 4224 0 0 0 0 17 1 0 0
/proc/7793/statm: 3068 327 246 3 0 168 0

[startup+0.019813 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 7793
/proc/meminfo: memFree=1759264/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=12676 CPUtime=0.01
/proc/7793/stat : 7793 (sugar) R 7791 7793 5428 0 -1 4194304 549 0 0 0 1 0 0 0 18 0 1 0 639766528 12980224 517 996147200 4194304 4206940 548682068608 18446744073709551615 270201213984 0 0 4224 0 0 0 0 17 1 0 0
/proc/7793/statm: 3169 517 316 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101828 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 7793
/proc/meminfo: memFree=1759264/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=0.03
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 639766528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7793/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301849 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 7793
/proc/meminfo: memFree=1759264/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=0.03
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 639766528 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7793/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701896 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 7793
/proc/meminfo: memFree=1759264/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=0.63
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 956 7187 0 1 3 0 57 3 17 0 1 0 639766528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 13600

[startup+1.50299 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 7815
/proc/meminfo: memFree=1749512/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=0.64
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 974 7187 0 1 3 1 57 3 15 0 1 0 639766528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 797 370 3 0 500 0
[pid=7806] ppid=7793 vsize=5356 CPUtime=0
/proc/7806/stat : 7806 (sh) S 7793 7793 5428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639766595 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7806/statm: 1339 233 193 169 0 50 0
[pid=7807] ppid=7806 vsize=868356 CPUtime=0.8
/proc/7807/stat : 7807 (java) S 7806 7793 5428 0 -1 0 7344 0 1 0 75 5 0 0 20 0 9 0 639766596 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7807/statm: 217089 6532 2540 9 0 211664 0
[pid=7807/tid=7808] ppid=7806 vsize=868356 CPUtime=0.49
/proc/7807/task/7808/stat : 7808 (java) R 7806 7793 5428 0 -1 64 2693 0 1 0 47 2 0 0 25 0 9 0 639766596 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4126591778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7809] ppid=7806 vsize=868356 CPUtime=0.11
/proc/7807/task/7809/stat : 7809 (java) S 7806 7793 5428 0 -1 64 2488 0 0 0 10 1 0 0 16 0 9 0 639766597 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7810] ppid=7806 vsize=868356 CPUtime=0
/proc/7807/task/7810/stat : 7810 (java) S 7806 7793 5428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639766598 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7811] ppid=7806 vsize=868356 CPUtime=0
/proc/7807/task/7811/stat : 7811 (java) S 7806 7793 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639766598 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7812] ppid=7806 vsize=868356 CPUtime=0
/proc/7807/task/7812/stat : 7812 (java) S 7806 7793 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639766600 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7813] ppid=7806 vsize=868356 CPUtime=0.17
/proc/7807/task/7813/stat : 7813 (java) S 7806 7793 5428 0 -1 64 1471 0 0 0 17 0 0 0 16 0 9 0 639766600 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7814] ppid=7806 vsize=868356 CPUtime=0
/proc/7807/task/7814/stat : 7814 (java) S 7806 7793 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639766600 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7815] ppid=7806 vsize=868356 CPUtime=0
/proc/7807/task/7815/stat : 7815 (java) S 7806 7793 5428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639766600 889196544 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887312

[startup+3.10217 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 7815
/proc/meminfo: memFree=1733960/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=0.64
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 974 7187 0 1 3 1 57 3 15 0 1 0 639766528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 797 370 3 0 500 0
[pid=7806] ppid=7793 vsize=5356 CPUtime=0
/proc/7806/stat : 7806 (sh) S 7793 7793 5428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639766595 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7806/statm: 1339 233 193 169 0 50 0
[pid=7807] ppid=7806 vsize=868468 CPUtime=2.38
/proc/7807/stat : 7807 (java) S 7806 7793 5428 0 -1 0 8344 0 1 0 223 15 0 0 20 0 9 0 639766596 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7807/statm: 217117 7071 2564 9 0 211664 0
[pid=7807/tid=7808] ppid=7806 vsize=868468 CPUtime=1.88
/proc/7807/task/7808/stat : 7808 (java) R 7806 7793 5428 0 -1 64 3198 0 1 0 177 11 0 0 25 0 9 0 639766596 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4126934930 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7809] ppid=7806 vsize=868468 CPUtime=0.27
/proc/7807/task/7809/stat : 7809 (java) S 7806 7793 5428 0 -1 64 2958 0 0 0 24 3 0 0 16 0 9 0 639766597 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7810] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7810/stat : 7810 (java) S 7806 7793 5428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639766598 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7811] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7811/stat : 7811 (java) S 7806 7793 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639766598 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7812] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7812/stat : 7812 (java) S 7806 7793 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639766600 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7813] ppid=7806 vsize=868468 CPUtime=0.21
/proc/7807/task/7813/stat : 7813 (java) S 7806 7793 5428 0 -1 64 1496 0 0 0 21 0 0 0 16 0 9 0 639766600 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7814] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7814/stat : 7814 (java) S 7806 7793 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639766600 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7815] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7815/stat : 7815 (java) S 7806 7793 5428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639766600 889311232 7071 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887424

[startup+6.30254 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 7815
/proc/meminfo: memFree=1694152/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=0.64
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 974 7187 0 1 3 1 57 3 15 0 1 0 639766528 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 797 370 3 0 500 0
[pid=7806] ppid=7793 vsize=5356 CPUtime=0
/proc/7806/stat : 7806 (sh) S 7793 7793 5428 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 639766595 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7806/statm: 1339 233 193 169 0 50 0
[pid=7807] ppid=7806 vsize=868468 CPUtime=5.55
/proc/7807/stat : 7807 (java) S 7806 7793 5428 0 -1 0 9355 0 1 0 512 43 0 0 20 0 9 0 639766596 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7807/statm: 217117 7080 2565 9 0 211664 0
[pid=7807/tid=7808] ppid=7806 vsize=868468 CPUtime=4.76
/proc/7807/task/7808/stat : 7808 (java) R 7806 7793 5428 0 -1 64 4200 0 1 0 444 32 0 0 25 0 9 0 639766596 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4126485336 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7809] ppid=7806 vsize=868468 CPUtime=0.52
/proc/7807/task/7809/stat : 7809 (java) S 7806 7793 5428 0 -1 64 2958 0 0 0 44 8 0 0 16 0 9 0 639766597 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7810] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7810/stat : 7810 (java) S 7806 7793 5428 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 639766598 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7811] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7811/stat : 7811 (java) S 7806 7793 5428 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 639766598 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7812] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7812/stat : 7812 (java) S 7806 7793 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639766600 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7813] ppid=7806 vsize=868468 CPUtime=0.22
/proc/7807/task/7813/stat : 7813 (java) S 7806 7793 5428 0 -1 64 1505 0 0 0 22 0 0 0 16 0 9 0 639766600 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7814] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7814/stat : 7814 (java) S 7806 7793 5428 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 639766600 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7807/tid=7815] ppid=7806 vsize=868468 CPUtime=0
/proc/7807/task/7815/stat : 7815 (java) S 7806 7793 5428 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 639766600 889311232 7080 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887424

[startup+12.7013 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 7817
/proc/meminfo: memFree=1654344/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=39780 CPUtime=5.39
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 9763 0 0 0 242 297 0 0 25 0 1 0 639767252 40734720 9749 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 9945 9749 40 102 0 9840 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 58736

[startup+25.5017 s]
/proc/loadavg: 2.20 2.05 2.01 3/85 7817
/proc/meminfo: memFree=1603976/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=106148 CPUtime=18.07
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 22301 0 0 0 828 979 0 0 25 0 1 0 639767252 108695552 22287 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 26537 22287 40 102 0 26432 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 125104

[startup+51.1017 s]
/proc/loadavg: 2.20 2.06 2.02 3/85 7817
/proc/meminfo: memFree=1582280/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=135548 CPUtime=43.45
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 27469 0 0 0 3077 1268 0 0 25 0 1 0 639767252 138801152 27455 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 33887 27455 42 102 0 33782 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 154504

[startup+102.307 s]
/proc/loadavg: 2.17 2.07 2.02 3/85 7817
/proc/meminfo: memFree=1581576/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0

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

/proc/meminfo: memFree=1566024/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1283.8
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 127107 1273 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1290.91
Current children cumulated vsize (KiB) 169164

[startup+1362.3 s]
/proc/loadavg: 2.22 2.27 2.14 3/84 7857
/proc/meminfo: memFree=1498384/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1343.28
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 133055 1273 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525709 0 0 4096 0 0 0 0 17 1 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1350.39
Current children cumulated vsize (KiB) 169164

[startup+1422.31 s]
/proc/loadavg: 2.11 2.23 2.13 3/84 7857
/proc/meminfo: memFree=1490264/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1403.28
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 139054 1274 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1410.39
Current children cumulated vsize (KiB) 169164

[startup+1482.3 s]
/proc/loadavg: 2.11 2.20 2.13 3/84 7857
/proc/meminfo: memFree=1489752/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1463.26
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 145052 1274 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1470.37
Current children cumulated vsize (KiB) 169164

[startup+1542.3 s]
/proc/loadavg: 2.04 2.16 2.11 3/84 7857
/proc/meminfo: memFree=1489432/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1523.24
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 151050 1274 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1530.35
Current children cumulated vsize (KiB) 169164

[startup+1602.3 s]
/proc/loadavg: 2.01 2.13 2.10 3/84 7857
/proc/meminfo: memFree=1489432/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1583.22
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 157048 1274 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1590.33
Current children cumulated vsize (KiB) 169164

[startup+1662.3 s]
/proc/loadavg: 2.10 2.13 2.10 3/88 7897
/proc/meminfo: memFree=1443968/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1642.69
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 162995 1274 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1649.8
Current children cumulated vsize (KiB) 169164

[startup+1722.3 s]
/proc/loadavg: 2.03 2.11 2.09 3/88 7897
/proc/meminfo: memFree=1443776/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1702.43
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 168968 1275 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1709.54
Current children cumulated vsize (KiB) 169164

[startup+1782.3 s]
/proc/loadavg: 2.01 2.08 2.08 3/88 7897
/proc/meminfo: memFree=1443648/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1762.18
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 174943 1275 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1769.29
Current children cumulated vsize (KiB) 169164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.2 s]
/proc/loadavg: 2.00 2.07 2.08 3/88 7897
/proc/meminfo: memFree=1443584/2055920 swapFree=4179952/4192956
[pid=7793] ppid=7791 vsize=13600 CPUtime=7.11
/proc/7793/stat : 7793 (sugar) S 7791 7793 5428 0 -1 4194304 1022 17131 0 2 3 1 651 56 16 0 1 0 639766528 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7793/statm: 3400 799 370 3 0 500 0
[pid=7816] ppid=7793 vsize=5356 CPUtime=0
/proc/7816/stat : 7816 (sh) S 7793 7793 5428 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 639767252 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7816/statm: 1339 232 193 169 0 50 0
[pid=7817] ppid=7816 vsize=150208 CPUtime=1792.94
/proc/7817/stat : 7817 (picosat) R 7816 7793 5428 0 -1 4194304 31413 0 0 0 178019 1275 0 0 25 0 1 0 639767252 153812992 31299 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7817/statm: 37552 31299 48 102 0 37447 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 169164

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7793 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=548004
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=577912
# CPU time returned by wait4() is 7.12592
# 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...

Real time (s): 1813.23
CPU time (s): 1800.05
CPU user time (s): 1786.73
CPU system time (s): 13.32
CPU usage (%): 99.2732
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.548
system time used= 0.577912
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18508
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= 14614
involuntary context switches= 14760

runsolver used 1.9747 second user time and 4.80827 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 18:26:33
IDJOB=1092456
IDBENCH=58619
IDSOLVER=345
FILE ID=node88/1092456-1215275193
PBS_JOBID= 7882128
Free space on /tmp= 66500 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae7430fa0ee17432c782e1ef242ba179
RANDOM SEED=1796304325

node88.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1759680 kB
Buffers:         36680 kB
Cached:         186924 kB
SwapCached:       6780 kB
Active:         172440 kB
Inactive:        74648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1759680 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          39896 kB
Slab:            34144 kB
Committed_AS:  1102020 kB
PageTables:       1940 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= 66496 MiB
End job on node88 at 2008-07-05 18:56:48