Trace number 2081674

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 1811.06

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-10.xml
MD5SUMa1e64c0f46651e1a499cb740245cd60c
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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1616
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.02/0.07	c 0	BEGIN Sun Jul 12 06:39:56 2009
0.02/0.07	c 0	PID 25734
0.02/0.07	c 0	HOST node82.alineos.net
0.02/0.07	c 0	CONVERTING HOME/instance-2081674-1247373596.xml TO HOME/temp.csp
0.02/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081674-1247373596.xml' 'HOME/temp.csp'
0.96/1.04	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
0.96/1.07	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.07	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'
1.01/1.14	c 1	Parsing HOME/temp.csp
1.01/1.29	c 1	parsed 10000 expressions
1.01/1.32	c 1	parsed 13840 expressions
1.01/1.33	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.33	c 1	Converting to clausal form CSP
1.01/1.58	c 1	converted 1384 (10%) expressions
1.01/1.65	c 1	converted 2768 (20%) expressions
1.01/1.70	c 2	converted 4152 (30%) expressions
1.01/1.79	c 2	converted 5536 (40%) expressions
1.01/1.84	c 2	converted 6920 (50%) expressions
1.01/1.88	c 2	converted 8304 (60%) expressions
1.01/1.93	c 2	converted 9688 (70%) expressions
1.01/1.97	c 2	converted 11072 (80%) expressions
1.01/2.09	c 2	converted 12456 (90%) expressions
2.02/2.13	c 2	converted 13840 (100%) expressions
2.02/2.13	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1601
2.02/2.13	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.13	c 2	Propagation in CSP
2.62/2.76	c 3	340560 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.62/2.76	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 858
2.62/2.76	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.62/2.77	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.99	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 858
2.81/2.99	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.10	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.19	c 3	80 (10%) CSP integer variables are encoded (55360 clauses, 808284 bytes)
3.12/3.25	c 3	160 (20%) CSP integer variables are encoded (107120 clauses, 1599221 bytes)
3.22/3.31	c 3	240 (30%) CSP integer variables are encoded (160320 clauses, 2503621 bytes)
3.22/3.38	c 3	320 (40%) CSP integer variables are encoded (217680 clauses, 3478741 bytes)
3.31/3.42	c 3	400 (50%) CSP integer variables are encoded (251640 clauses, 4056061 bytes)
3.31/3.48	c 3	480 (60%) CSP integer variables are encoded (303320 clauses, 4934621 bytes)
3.41/3.53	c 3	560 (70%) CSP integer variables are encoded (344680 clauses, 5637741 bytes)
3.51/3.60	c 3	640 (80%) CSP integer variables are encoded (393640 clauses, 6470061 bytes)
3.51/3.65	c 3	720 (90%) CSP integer variables are encoded (442000 clauses, 7292181 bytes)
3.61/3.71	c 4	800 (100%) CSP integer variables are encoded (489920 clauses, 8106821 bytes)
5.21/5.36	c 5	3654 (10%) CSP clauses are encoded (1397615 clauses, 29005987 bytes)
6.69/6.86	c 7	7308 (20%) CSP clauses are encoded (2240912 clauses, 48738572 bytes)
8.06/8.27	c 8	10962 (30%) CSP clauses are encoded (3030685 clauses, 67200916 bytes)
9.56/9.74	c 10	14616 (40%) CSP clauses are encoded (3867494 clauses, 87421486 bytes)
10.92/11.63	c 11	18270 (50%) CSP clauses are encoded (4631099 clauses, 106090894 bytes)
12.31/13.04	c 13	21924 (60%) CSP clauses are encoded (5428543 clauses, 125549782 bytes)
13.47/14.28	c 14	25578 (70%) CSP clauses are encoded (6113361 clauses, 142214609 bytes)
14.67/15.40	c 15	29232 (80%) CSP clauses are encoded (6749624 clauses, 157630863 bytes)
16.05/16.83	c 17	32886 (90%) CSP clauses are encoded (7574863 clauses, 177497229 bytes)
17.54/18.38	c 18	36540 (100%) CSP clauses are encoded (8495553 clauses, 198782987 bytes)
17.54/18.38	c 18	36540 CSP clauses encoded
17.54/18.38	c 18	Writing map file : HOME/temp.map
17.65/18.40	c 18	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.65/18.40	c 18	SAT : 514320 SAT variables, 8495553 SAT clauses, 198782987 bytes
17.65/18.40	c 18	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.65/18.42	c 18	SOLVING HOME/temp.cnf
17.65/18.42	c 18	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1811.02	c ERROR INTERRUPTED
1800.02/1811.05	s UNKNOWN
1800.02/1811.05	c 1811	CPU 17.69 (0.06 0.01 16.21 1.41)
1800.02/1811.05	c 1811	END Sun Jul 12 07:10:07 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-2081674-1247373596/watcher-2081674-1247373596 -o /tmp/evaluation-result-2081674-1247373596/solver-2081674-1247373596 -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-2081674-1247373596.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.00 2.00 2.00 4/75 25734
/proc/meminfo: memFree=1713576/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=9648 CPUtime=0
/proc/25734/stat : 25734 (sugar) R 25732 25734 23974 0 -1 4194304 70 0 0 0 0 0 0 0 20 0 1 0 24424551 9879552 55 996147200 4194304 4206940 548682068608 18446744073709551615 224262158380 0 0 4096 0 0 0 0 17 1 0 0
/proc/25734/statm: 2412 55 41 3 0 55 0

[startup+0.0367271 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 25734
/proc/meminfo: memFree=1713576/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=13336 CPUtime=0.02
/proc/25734/stat : 25734 (sugar) R 25732 25734 23974 0 -1 4194304 707 0 0 0 2 0 0 0 20 0 1 0 24424551 13656064 675 996147200 4194304 4206940 548682068608 18446744073709551615 224284577121 0 0 4224 0 0 0 0 17 0 0 0
/proc/25734/statm: 3334 675 336 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101742 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 25734
/proc/meminfo: memFree=1713576/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301778 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 25734
/proc/meminfo: memFree=1713576/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701855 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 25734
/proc/meminfo: memFree=1713576/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=0.06
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50199 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25746
/proc/meminfo: memFree=1684624/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=1.01
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1309 10549 0 1 5 1 90 5 15 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16868

[startup+3.10129 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25756
/proc/meminfo: memFree=1685776/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=1.01
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1310 10549 0 1 5 1 90 5 15 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
[pid=25747] ppid=25734 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25734 25734 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24424658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 233 193 169 0 50 0
[pid=25748] ppid=25747 vsize=868564 CPUtime=2
/proc/25748/stat : 25748 (java) S 25747 25734 23974 0 -1 0 11696 0 1 0 193 7 0 0 18 0 9 0 24424658 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25748/statm: 217141 10519 2566 9 0 211646 0
[pid=25748/tid=25749] ppid=25747 vsize=868564 CPUtime=1.22
/proc/25748/task/25749/stat : 25749 (java) R 25747 25734 23974 0 -1 64 2893 0 1 0 120 2 0 0 25 0 9 0 24424659 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4126537684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25750] ppid=25747 vsize=868564 CPUtime=0.59
/proc/25748/task/25750/stat : 25750 (java) S 25747 25734 23974 0 -1 64 6620 0 0 0 56 3 0 0 16 0 9 0 24424660 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25751] ppid=25747 vsize=868564 CPUtime=0
/proc/25748/task/25751/stat : 25751 (java) S 25747 25734 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24424660 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25752] ppid=25747 vsize=868564 CPUtime=0
/proc/25748/task/25752/stat : 25752 (java) S 25747 25734 23974 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24424660 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25753] ppid=25747 vsize=868564 CPUtime=0
/proc/25748/task/25753/stat : 25753 (java) S 25747 25734 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24424662 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25754] ppid=25747 vsize=868564 CPUtime=0.16
/proc/25748/task/25754/stat : 25754 (java) S 25747 25734 23974 0 -1 64 1485 0 0 0 16 0 0 0 16 0 9 0 24424662 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25755] ppid=25747 vsize=868564 CPUtime=0
/proc/25748/task/25755/stat : 25755 (java) S 25747 25734 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24424662 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25756] ppid=25747 vsize=868564 CPUtime=0
/proc/25748/task/25756/stat : 25756 (java) S 25747 25734 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24424662 889409536 10519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890788

[startup+6.30289 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 25756
/proc/meminfo: memFree=1647312/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=1.01
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1310 10549 0 1 5 1 90 5 16 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
[pid=25747] ppid=25734 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25734 25734 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24424658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 233 193 169 0 50 0
[pid=25748] ppid=25747 vsize=868676 CPUtime=5.19
/proc/25748/stat : 25748 (java) S 25747 25734 23974 0 -1 0 12352 0 1 0 484 35 0 0 18 0 9 0 24424658 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25748/statm: 217169 10720 2590 9 0 211646 0
[pid=25748/tid=25749] ppid=25747 vsize=868676 CPUtime=4.21
/proc/25748/task/25749/stat : 25749 (java) R 25747 25734 23974 0 -1 64 3513 0 1 0 394 27 0 0 25 0 9 0 24424659 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4126532135 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25750] ppid=25747 vsize=868676 CPUtime=0.73
/proc/25748/task/25750/stat : 25750 (java) S 25747 25734 23974 0 -1 64 6621 0 0 0 68 5 0 0 16 0 9 0 24424660 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25751] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25751/stat : 25751 (java) S 25747 25734 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24424660 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25752] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25752/stat : 25752 (java) S 25747 25734 23974 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24424660 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25753] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25753/stat : 25753 (java) S 25747 25734 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25754] ppid=25747 vsize=868676 CPUtime=0.2
/proc/25748/task/25754/stat : 25754 (java) S 25747 25734 23974 0 -1 64 1520 0 0 0 20 0 0 0 16 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25755] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25755/stat : 25755 (java) S 25747 25734 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25756] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25756/stat : 25756 (java) S 25747 25734 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890900

[startup+12.7021 s]
/proc/loadavg: 2.08 2.02 2.01 3/86 25756
/proc/meminfo: memFree=1564112/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=1.01
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1310 10549 0 1 5 1 90 5 16 0 1 0 24424551 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1111 409 3 0 796 0
[pid=25747] ppid=25734 vsize=5356 CPUtime=0
/proc/25747/stat : 25747 (sh) S 25734 25734 23974 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24424658 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25747/statm: 1339 233 193 169 0 50 0
[pid=25748] ppid=25747 vsize=868676 CPUtime=11
/proc/25748/stat : 25748 (java) S 25747 25734 23974 0 -1 0 13192 0 1 0 1016 84 0 0 18 0 9 0 24424658 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25748/statm: 217169 10720 2590 9 0 211646 0
[pid=25748/tid=25749] ppid=25747 vsize=868676 CPUtime=9.74
/proc/25748/task/25749/stat : 25749 (java) R 25747 25734 23974 0 -1 64 4353 0 1 0 903 71 0 0 25 0 9 0 24424659 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4126432394 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25750] ppid=25747 vsize=868676 CPUtime=1.02
/proc/25748/task/25750/stat : 25750 (java) S 25747 25734 23974 0 -1 64 6621 0 0 0 91 11 0 0 16 0 9 0 24424660 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25751] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25751/stat : 25751 (java) S 25747 25734 23974 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24424660 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25752] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25752/stat : 25752 (java) S 25747 25734 23974 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24424660 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25753] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25753/stat : 25753 (java) S 25747 25734 23974 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25754] ppid=25747 vsize=868676 CPUtime=0.2
/proc/25748/task/25754/stat : 25754 (java) S 25747 25734 23974 0 -1 64 1520 0 0 0 20 0 0 0 16 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25755] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25755/stat : 25755 (java) S 25747 25734 23974 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25748/tid=25756] ppid=25747 vsize=868676 CPUtime=0
/proc/25748/task/25756/stat : 25756 (java) S 25747 25734 23974 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24424662 889524224 10720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 890900

[startup+25.5015 s]
/proc/loadavg: 2.22 2.05 2.02 3/78 25758
/proc/meminfo: memFree=1448592/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=63836 CPUtime=7.04
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 15307 0 0 0 324 380 0 0 25 0 1 0 24426393 65368064 15293 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25758/statm: 15959 15293 40 102 0 15854 0
Current children cumulated CPU time (s) 24.72
Current children cumulated vsize (KiB) 86060

[startup+51.1012 s]
/proc/loadavg: 2.26 2.07 2.02 4/78 25758
/proc/meminfo: memFree=1349136/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=170180 CPUtime=32.51
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 41276 0 0 0 1495 1756 0 0 25 0 1 0 24426393 174264320 41262 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25758/statm: 42545 41262 40 102 0 42440 0
Current children cumulated CPU time (s) 50.19
Current children cumulated vsize (KiB) 192404

[startup+102.307 s]
/proc/loadavg: 2.10 2.06 2.02 3/78 25758
/proc/meminfo: memFree=1201232/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=322012 CPUtime=83.39
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 77652 0 0 0 4634 3705 0 0 25 0 1 0 24426393 329740288 77638 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25758/statm: 80503 77638 42 102 0 80398 0
Current children cumulated CPU time (s) 101.07

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

/proc/meminfo: memFree=1173152/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=326904 CPUtime=1276.18
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 78923 0 0 0 123908 3710 0 0 25 0 1 0 24426393 334749696 78907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 81726 78907 48 102 0 81621 0
Current children cumulated CPU time (s) 1293.86
Current children cumulated vsize (KiB) 349128

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/76 25833
/proc/meminfo: memFree=1172896/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=327300 CPUtime=1335.88
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 78998 0 0 0 129877 3711 0 0 25 0 1 0 24426393 335155200 78982 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 81825 78982 48 102 0 81720 0
Current children cumulated CPU time (s) 1353.56
Current children cumulated vsize (KiB) 349524

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 25833
/proc/meminfo: memFree=1172448/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=327564 CPUtime=1395.59
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79081 0 0 0 135848 3711 0 0 25 0 1 0 24426393 335425536 79065 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 81891 79065 48 102 0 81786 0
Current children cumulated CPU time (s) 1413.27
Current children cumulated vsize (KiB) 349788

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/76 25833
/proc/meminfo: memFree=1172064/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=327828 CPUtime=1455.28
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79156 0 0 0 141817 3711 0 0 25 0 1 0 24426393 335695872 79140 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 81957 79140 48 102 0 81852 0
Current children cumulated CPU time (s) 1472.96
Current children cumulated vsize (KiB) 350052

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25833
/proc/meminfo: memFree=1171744/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=328220 CPUtime=1514.98
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79242 0 0 0 147787 3711 0 0 25 0 1 0 24426393 336097280 79226 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 82055 79226 48 102 0 81950 0
Current children cumulated CPU time (s) 1532.66
Current children cumulated vsize (KiB) 350444

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25833
/proc/meminfo: memFree=1171296/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=328484 CPUtime=1574.69
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79327 0 0 0 153757 3712 0 0 25 0 1 0 24426393 336367616 79311 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 82121 79311 48 102 0 82016 0
Current children cumulated CPU time (s) 1592.37
Current children cumulated vsize (KiB) 350708

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25833
/proc/meminfo: memFree=1170784/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=328880 CPUtime=1634.39
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79404 0 0 0 159727 3712 0 0 25 0 1 0 24426393 336773120 79388 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 82220 79388 48 102 0 82115 0
Current children cumulated CPU time (s) 1652.07
Current children cumulated vsize (KiB) 351104

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25833
/proc/meminfo: memFree=1170528/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=329012 CPUtime=1694.09
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79463 0 0 0 165697 3712 0 0 25 0 1 0 24426393 336908288 79447 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 82253 79447 48 102 0 82148 0
Current children cumulated CPU time (s) 1711.77
Current children cumulated vsize (KiB) 351236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25833
/proc/meminfo: memFree=1170080/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=329276 CPUtime=1753.79
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79528 0 0 0 171667 3712 0 0 25 0 1 0 24426393 337178624 79512 996147200 134512640 134931368 4294956256 18446744073709551615 134525736 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 82319 79512 48 102 0 82214 0
Current children cumulated CPU time (s) 1771.47
Current children cumulated vsize (KiB) 351500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 25833
/proc/meminfo: memFree=1170080/2055920 swapFree=4192812/4192956
[pid=25734] ppid=25732 vsize=16868 CPUtime=17.68
/proc/25734/stat : 25734 (sugar) S 25732 25734 23974 0 -1 4194304 1365 24869 0 2 6 1 1621 140 16 0 1 0 24424551 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25734/statm: 4217 1113 409 3 0 796 0
[pid=25757] ppid=25734 vsize=5356 CPUtime=0
/proc/25757/stat : 25757 (sh) S 25734 25734 23974 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24426393 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25757/statm: 1339 232 193 169 0 50 0
[pid=25758] ppid=25757 vsize=329408 CPUtime=1782.34
/proc/25758/stat : 25758 (picosat) R 25757 25734 23974 0 -1 4194304 79563 0 0 0 174522 3712 0 0 25 0 1 0 24426393 337313792 79547 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25758/statm: 82352 79547 48 102 0 82247 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 351632

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 25734 and gives
#  childrusage.ru_utime.tv_sec=16
#  childrusage.ru_utime.tv_usec=276525
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=431782
# CPU time returned by wait4() is 17.7083
# 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): 1811.06
CPU time (s): 1800.02
CPU user time (s): 1761.49
CPU system time (s): 38.53
CPU usage (%): 99.3904
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.2765
system time used= 1.43178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26628
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= 22536
involuntary context switches= 22548

runsolver used 2.41963 second user time and 5.55616 second system time

The end

Launcher Data

Begin job on node82 at 2009-07-12 06:39:56
IDJOB=2081674
IDBENCH=57464
IDSOLVER=738
FILE ID=node82/2081674-1247373596
PBS_JOBID= 9507113
Free space on /tmp= 66188 MiB

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

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

MD5SUM BENCH= a1e64c0f46651e1a499cb740245cd60c
RANDOM SEED=208287722

node82.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.265
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.265
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:       1714056 kB
Buffers:         45344 kB
Cached:         176268 kB
SwapCached:          0 kB
Active:         191868 kB
Inactive:        85024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1714056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2976 kB
Writeback:           0 kB
Mapped:          63856 kB
Slab:            50244 kB
Committed_AS:   275928 kB
PageTables:       1840 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node82 at 2009-07-12 07:10:09