Trace number 2060719

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.02 1808.69

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-34-34.xml
MD5SUM7e3280ba9dc65b7feb94946bec69bf0a
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
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 variables2312
Number of constraints2808
Maximum constraint arity34
Maximum domain size117
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2245
Global constraints used (with number of constraints)cumulative(2),weightedsum(561)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:27:33 2009
0.00/0.08	c 0	PID 11122
0.06/0.08	c 0	HOST node22.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2060719-1247326052.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-2060719-1247326052.xml' 'HOME/temp.csp'
0.96/1.01	c 1	35 domains, 2312 variables, 2 predicates, 0 relations, 2808 constraints
0.96/1.03	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.03	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.96/1.11	c 1	Parsing HOME/temp.csp
0.96/1.24	c 1	parsed 5157 expressions
0.96/1.25	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.96/1.25	c 1	Converting to clausal form CSP
0.96/1.28	c 1	converted 516 (10%) expressions
0.96/1.28	c 1	converted 1032 (20%) expressions
0.96/1.30	c 1	converted 1548 (30%) expressions
0.97/1.30	c 1	converted 2063 (40%) expressions
0.97/1.47	c 1	converted 2579 (50%) expressions
0.97/1.54	c 1	converted 3095 (60%) expressions
0.97/1.58	c 1	converted 3610 (70%) expressions
0.97/1.66	c 1	converted 4126 (80%) expressions
0.97/1.70	c 1	converted 4642 (90%) expressions
3.21/3.35	c 3	converted 5157 (100%) expressions
3.21/3.35	c 3	CSP : 12374 integers, 5492 booleans, 36308 clauses, largest domain size 118
3.21/3.35	c 3	Heap : 24 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.21/3.35	c 3	Propagation in CSP
3.30/3.46	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.30/3.47	c 3	CSP : 12374 integers, 5492 booleans, 36308 clauses, largest domain size 118
3.30/3.47	c 3	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.30/3.49	c 3	Simplifing CSP by introducing new Boolean variables
3.40/3.51	c 3	CSP : 12374 integers, 5492 booleans, 36308 clauses, largest domain size 118
3.40/3.51	c 3	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.50/3.68	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.59/3.73	c 3	1238 (10%) CSP integer variables are encoded (6614 clauses, 83851 bytes)
3.59/3.74	c 3	2475 (20%) CSP integer variables are encoded (8426 clauses, 109052 bytes)
3.59/3.76	c 3	3713 (30%) CSP integer variables are encoded (25942 clauses, 371792 bytes)
3.59/3.78	c 3	4950 (40%) CSP integer variables are encoded (43458 clauses, 634532 bytes)
3.70/3.81	c 3	6187 (50%) CSP integer variables are encoded (60719 clauses, 893447 bytes)
3.70/3.83	c 3	7425 (60%) CSP integer variables are encoded (77488 clauses, 1144982 bytes)
3.70/3.85	c 4	8662 (70%) CSP integer variables are encoded (94688 clauses, 1409111 bytes)
3.70/3.88	c 4	9900 (80%) CSP integer variables are encoded (112204 clauses, 1706883 bytes)
3.79/3.90	c 4	11137 (90%) CSP integer variables are encoded (129499 clauses, 2000898 bytes)
3.79/3.93	c 4	12374 (100%) CSP integer variables are encoded (146522 clauses, 2290289 bytes)
4.39/4.52	c 4	3631 (10%) CSP clauses are encoded (454445 clauses, 7842663 bytes)
5.07/5.24	c 5	7262 (20%) CSP clauses are encoded (808542 clauses, 15208451 bytes)
5.87/6.01	c 6	10893 (30%) CSP clauses are encoded (1178325 clauses, 23157195 bytes)
6.56/6.74	c 6	14524 (40%) CSP clauses are encoded (1533700 clauses, 30797508 bytes)
7.26/7.48	c 7	18154 (50%) CSP clauses are encoded (1889575 clauses, 38437381 bytes)
8.74/8.97	c 9	21785 (60%) CSP clauses are encoded (2657164 clauses, 54357816 bytes)
9.61/9.85	c 10	25416 (70%) CSP clauses are encoded (3056507 clauses, 63523827 bytes)
10.40/10.64	c 10	29047 (80%) CSP clauses are encoded (3411882 clauses, 72225853 bytes)
11.18/11.42	c 11	32678 (90%) CSP clauses are encoded (3759062 clauses, 80719285 bytes)
12.57/12.86	c 13	36308 (100%) CSP clauses are encoded (4476722 clauses, 97520388 bytes)
12.57/12.86	c 13	36308 CSP clauses encoded
12.57/12.86	c 13	Writing map file : HOME/temp.map
12.57/12.89	c 13	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.57/12.89	c 13	SAT : 164304 SAT variables, 4476722 SAT clauses, 97520388 bytes
12.57/12.89	c 13	Heap : 23 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.66/12.95	c 13	SOLVING HOME/temp.cnf
12.66/12.95	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1808.61	c ERROR INTERRUPTED
1800.02/1808.63	s UNKNOWN
1800.02/1808.63	c 1808	CPU 12.69 (0.06 0.01 11.79 0.83)
1800.02/1808.63	c 1808	END Sat Jul 11 17:57:41 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-2060719-1247326052/watcher-2060719-1247326052 -o /tmp/evaluation-result-2060719-1247326052/solver-2060719-1247326052 -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-2060719-1247326052.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.66 1.92 1.97 4/74 11122
/proc/meminfo: memFree=1043360/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=12268 CPUtime=0
/proc/11122/stat : 11122 (sugar) R 11120 11122 10253 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19671755 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/11122/statm: 3067 316 241 3 0 167 0

[startup+0.0827311 s]
/proc/loadavg: 1.66 1.92 1.97 4/74 11122
/proc/meminfo: memFree=1043360/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16740 CPUtime=0.06
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19671755 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101934 s]
/proc/loadavg: 1.66 1.92 1.97 4/74 11122
/proc/meminfo: memFree=1043360/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.06
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301957 s]
/proc/loadavg: 1.66 1.92 1.97 4/74 11122
/proc/meminfo: memFree=1043360/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.06
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702018 s]
/proc/loadavg: 1.66 1.92 1.97 4/74 11122
/proc/meminfo: memFree=1043360/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.06
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50113 s]
/proc/loadavg: 1.66 1.92 1.97 3/85 11134
/proc/meminfo: memFree=1026632/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.97
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1309 7025 0 1 6 1 86 4 16 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 16868

[startup+3.10137 s]
/proc/loadavg: 1.69 1.92 1.97 4/85 11144
/proc/meminfo: memFree=1019016/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.97
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1309 7025 0 1 6 1 86 4 15 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
[pid=11135] ppid=11122 vsize=5356 CPUtime=0
/proc/11135/stat : 11135 (sh) S 11122 11122 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671858 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11135/statm: 1339 233 193 169 0 50 0
[pid=11136] ppid=11135 vsize=868568 CPUtime=2.03
/proc/11136/stat : 11136 (java) S 11135 11122 10253 0 -1 0 12019 0 1 0 195 8 0 0 18 0 9 0 19671859 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11136/statm: 217142 10995 2567 9 0 211647 0
[pid=11136/tid=11137] ppid=11135 vsize=868568 CPUtime=1.19
/proc/11136/task/11137/stat : 11137 (java) R 11135 11122 10253 0 -1 64 2987 0 1 0 118 1 0 0 25 0 9 0 19671860 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4126795322 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11138] ppid=11135 vsize=868568 CPUtime=0.58
/proc/11136/task/11138/stat : 11138 (java) S 11135 11122 10253 0 -1 64 6794 0 0 0 54 4 0 0 16 0 9 0 19671861 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11139] ppid=11135 vsize=868568 CPUtime=0
/proc/11136/task/11139/stat : 11139 (java) S 11135 11122 10253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671861 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11140] ppid=11135 vsize=868568 CPUtime=0
/proc/11136/task/11140/stat : 11140 (java) S 11135 11122 10253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19671861 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11141] ppid=11135 vsize=868568 CPUtime=0
/proc/11136/task/11141/stat : 11141 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671863 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11142] ppid=11135 vsize=868568 CPUtime=0.23
/proc/11136/task/11142/stat : 11142 (java) S 11135 11122 10253 0 -1 64 1538 0 0 0 22 1 0 0 16 0 9 0 19671863 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11143] ppid=11135 vsize=868568 CPUtime=0
/proc/11136/task/11143/stat : 11143 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19671863 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11144] ppid=11135 vsize=868568 CPUtime=0
/proc/11136/task/11144/stat : 11144 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671863 889413632 10995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890792

[startup+6.30282 s]
/proc/loadavg: 1.69 1.92 1.97 3/85 11144
/proc/meminfo: memFree=983752/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.97
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1310 7025 0 1 6 1 86 4 15 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
[pid=11135] ppid=11122 vsize=5356 CPUtime=0
/proc/11135/stat : 11135 (sh) S 11122 11122 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671858 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11135/statm: 1339 233 193 169 0 50 0
[pid=11136] ppid=11135 vsize=868740 CPUtime=5.2
/proc/11136/stat : 11136 (java) S 11135 11122 10253 0 -1 0 13806 0 1 0 494 26 0 0 18 0 9 0 19671859 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11136/statm: 217185 12282 2591 9 0 211662 0
[pid=11136/tid=11137] ppid=11135 vsize=868740 CPUtime=3.96
/proc/11136/task/11137/stat : 11137 (java) R 11135 11122 10253 0 -1 64 3349 0 1 0 380 16 0 0 25 0 9 0 19671860 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4127136038 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11138] ppid=11135 vsize=868740 CPUtime=0.91
/proc/11136/task/11138/stat : 11138 (java) S 11135 11122 10253 0 -1 64 8180 0 0 0 84 7 0 0 16 0 9 0 19671861 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11139] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11139/stat : 11139 (java) S 11135 11122 10253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671861 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11140] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11140/stat : 11140 (java) S 11135 11122 10253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19671861 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11141] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11141/stat : 11141 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11142] ppid=11135 vsize=868740 CPUtime=0.3
/proc/11136/task/11142/stat : 11142 (java) S 11135 11122 10253 0 -1 64 1577 0 0 0 29 1 0 0 17 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11143] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11143/stat : 11143 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11144] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11144/stat : 11144 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890964

[startup+12.7027 s]
/proc/loadavg: 1.73 1.92 1.97 3/85 11144
/proc/meminfo: memFree=913544/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=0.97
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1310 7025 0 1 6 1 86 4 15 0 1 0 19671755 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1111 409 3 0 796 0
[pid=11135] ppid=11122 vsize=5356 CPUtime=0
/proc/11135/stat : 11135 (sh) S 11122 11122 10253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19671858 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11135/statm: 1339 233 193 169 0 50 0
[pid=11136] ppid=11135 vsize=868740 CPUtime=11.5
/proc/11136/stat : 11136 (java) S 11135 11122 10253 0 -1 0 14423 0 1 0 1075 75 0 0 18 0 9 0 19671859 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11136/statm: 217185 12282 2591 9 0 211662 0
[pid=11136/tid=11137] ppid=11135 vsize=868740 CPUtime=10.01
/proc/11136/task/11137/stat : 11137 (java) R 11135 11122 10253 0 -1 64 3966 0 1 0 939 62 0 0 25 0 9 0 19671860 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4127138748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11138] ppid=11135 vsize=868740 CPUtime=1.17
/proc/11136/task/11138/stat : 11138 (java) S 11135 11122 10253 0 -1 64 8180 0 0 0 106 11 0 0 16 0 9 0 19671861 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11139] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11139/stat : 11139 (java) S 11135 11122 10253 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19671861 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11140] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11140/stat : 11140 (java) S 11135 11122 10253 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19671861 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11141] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11141/stat : 11141 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11142] ppid=11135 vsize=868740 CPUtime=0.3
/proc/11136/task/11142/stat : 11142 (java) S 11135 11122 10253 0 -1 64 1577 0 0 0 29 1 0 0 17 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11143] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11143/stat : 11143 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11136/tid=11144] ppid=11135 vsize=868740 CPUtime=0
/proc/11136/task/11144/stat : 11144 (java) S 11135 11122 10253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19671863 889589760 12282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890964

[startup+25.5016 s]
/proc/loadavg: 1.77 1.92 1.97 3/77 11146
/proc/meminfo: memFree=886472/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=67616 CPUtime=12.4
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 14438 0 0 0 563 677 0 0 25 0 1 0 19673051 69238784 14424 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11146/statm: 16904 14424 40 102 0 16799 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 89840

[startup+51.1012 s]
/proc/loadavg: 1.85 1.93 1.97 3/77 11146
/proc/meminfo: memFree=792264/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=160552 CPUtime=37.75
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 38263 0 0 0 1717 2058 0 0 25 0 1 0 19673051 164405248 38249 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11146/statm: 40138 38249 40 102 0 40033 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 182776

[startup+102.307 s]
/proc/loadavg: 1.94 1.94 1.97 3/77 11146
/proc/meminfo: memFree=779080/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=171804 CPUtime=88.4
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 41003 0 0 0 6641 2199 0 0 25 0 1 0 19673051 175927296 40989 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/11146/statm: 42951 40989 42 102 0 42846 0
Current children cumulated CPU time (s) 101.09

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

/proc/meminfo: memFree=764808/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=206676 CPUtime=1281.27
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 45731 0 0 0 125920 2207 0 0 25 0 1 0 19673051 211636224 45715 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 51669 45715 48 102 0 51564 0
Current children cumulated CPU time (s) 1293.96
Current children cumulated vsize (KiB) 228900

[startup+1362.3 s]
/proc/loadavg: 1.04 1.19 1.55 2/85 11191
/proc/meminfo: memFree=763656/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=207732 CPUtime=1341.23
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 45994 0 0 0 131916 2207 0 0 25 0 1 0 19673051 212717568 45978 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 51933 45978 48 102 0 51828 0
Current children cumulated CPU time (s) 1353.92
Current children cumulated vsize (KiB) 229956

[startup+1422.31 s]
/proc/loadavg: 1.01 1.15 1.51 2/85 11191
/proc/meminfo: memFree=762248/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=209180 CPUtime=1401.22
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 46366 0 0 0 137914 2208 0 0 25 0 1 0 19673051 214200320 46350 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52295 46350 48 102 0 52190 0
Current children cumulated CPU time (s) 1413.91
Current children cumulated vsize (KiB) 231404

[startup+1482.3 s]
/proc/loadavg: 1.00 1.12 1.48 2/85 11191
/proc/meminfo: memFree=761224/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=210236 CPUtime=1461.18
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 46629 0 0 0 143910 2208 0 0 25 0 1 0 19673051 215281664 46613 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52559 46613 48 102 0 52454 0
Current children cumulated CPU time (s) 1473.87
Current children cumulated vsize (KiB) 232460

[startup+1542.3 s]
/proc/loadavg: 1.00 1.10 1.44 2/85 11191
/proc/meminfo: memFree=760136/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=211420 CPUtime=1521.14
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 46910 0 0 0 149906 2208 0 0 25 0 1 0 19673051 216494080 46894 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52855 46894 48 102 0 52750 0
Current children cumulated CPU time (s) 1533.83
Current children cumulated vsize (KiB) 233644

[startup+1602.3 s]
/proc/loadavg: 1.00 1.08 1.41 2/85 11191
/proc/meminfo: memFree=759560/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=211552 CPUtime=1581.12
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 47102 0 0 0 155903 2209 0 0 25 0 1 0 19673051 216629248 46988 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52888 46988 48 102 0 52783 0
Current children cumulated CPU time (s) 1593.81
Current children cumulated vsize (KiB) 233776

[startup+1662.3 s]
/proc/loadavg: 1.05 1.08 1.39 2/85 11191
/proc/meminfo: memFree=759560/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=211552 CPUtime=1641.09
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 47102 0 0 0 161900 2209 0 0 25 0 1 0 19673051 216629248 46988 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52888 46988 48 102 0 52783 0
Current children cumulated CPU time (s) 1653.78
Current children cumulated vsize (KiB) 233776

[startup+1722.3 s]
/proc/loadavg: 1.20 1.11 1.38 2/85 11191
/proc/meminfo: memFree=759560/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=211552 CPUtime=1701.06
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 47102 0 0 0 167897 2209 0 0 25 0 1 0 19673051 216629248 46988 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52888 46988 48 102 0 52783 0
Current children cumulated CPU time (s) 1713.75
Current children cumulated vsize (KiB) 233776

[startup+1782.3 s]
/proc/loadavg: 1.10 1.10 1.35 2/85 11191
/proc/meminfo: memFree=759496/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=211552 CPUtime=1761.04
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 47102 0 0 0 173895 2209 0 0 25 0 1 0 19673051 216629248 46988 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52888 46988 48 102 0 52783 0
Current children cumulated CPU time (s) 1773.73
Current children cumulated vsize (KiB) 233776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.6 s]
/proc/loadavg: 1.06 1.09 1.34 2/85 11191
/proc/meminfo: memFree=759496/2055920 swapFree=4192952/4192956
[pid=11122] ppid=11120 vsize=16868 CPUtime=12.69
/proc/11122/stat : 11122 (sugar) S 11120 11122 10253 0 -1 4194304 1365 21782 0 2 6 1 1179 83 16 0 1 0 19671755 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11122/statm: 4217 1113 409 3 0 796 0
[pid=11145] ppid=11122 vsize=5356 CPUtime=0
/proc/11145/stat : 11145 (sh) S 11122 11122 10253 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19673050 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11145/statm: 1339 232 193 169 0 50 0
[pid=11146] ppid=11145 vsize=211552 CPUtime=1787.33
/proc/11146/stat : 11146 (picosat) R 11145 11122 10253 0 -1 4194304 47102 0 0 0 176524 2209 0 0 25 0 1 0 19673051 216629248 46988 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11146/statm: 52888 46988 48 102 0 52783 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 233776

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 11122 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=859197
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=902862
# CPU time returned by wait4() is 12.7621
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.69
CPU time (s): 1800.02
CPU user time (s): 1777.09
CPU system time (s): 22.93
CPU usage (%): 99.5208
Max. virtual memory (cumulated for all children) (KiB): 891356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.8592
system time used= 0.902862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23541
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= 11413
involuntary context switches= 11521

runsolver used 1.9727 second user time and 5.41118 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-11 17:27:33
IDJOB=2060719
IDBENCH=53743
IDSOLVER=738
FILE ID=node22/2060719-1247326052
PBS_JOBID= 9506584
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-34-34.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-2060719-1247326052/watcher-2060719-1247326052 -o /tmp/evaluation-result-2060719-1247326052/solver-2060719-1247326052 -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-2060719-1247326052.xml

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

MD5SUM BENCH= 7e3280ba9dc65b7feb94946bec69bf0a
RANDOM SEED=1412936695

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1043840 kB
Buffers:         43172 kB
Cached:         883256 kB
SwapCached:          4 kB
Active:         376640 kB
Inactive:       582596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1043840 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          43880 kB
Slab:            38088 kB
Committed_AS:   135840 kB
PageTables:       1804 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= 66388 MiB
End job on node22 at 2009-07-11 17:57:43