Trace number 1070489

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.04 1806.14

General information on the benchmark

Namecsp/pseudoGLB/
normalized-pigeon-cardinality-95-90.xml
MD5SUMb24d6317b37c425ee5e9e0d5c2fb36b7
Bench CategoryGLOBAL (global constraints)
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 variables8550
Number of constraints185
Maximum constraint arity95
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(185)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:53:27 2008
0.00/0.04	c 0	PID 11938
0.00/0.05	c 0	HOST node21.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070489-1215165207.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070489-1215165207.xml' 'HOME/temp.csp'
0.03/0.68	c 1	1 domains, 8550 variables, 0 predicates, 0 relations, 185 constraints
0.04/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.73	c 1	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.66/0.81	c 1	Parsing HOME/temp.csp
1.20/1.30	c 1	parsed 8736 expressions
1.20/1.31	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.31	c 1	Converting to clausal form CSP
1.20/1.34	c 1	converted 874 (10%) expressions
1.20/1.36	c 1	converted 1748 (20%) expressions
1.20/1.36	c 1	converted 2621 (30%) expressions
1.20/1.36	c 1	converted 3495 (40%) expressions
1.20/1.36	c 1	converted 4368 (50%) expressions
1.20/1.36	c 1	converted 5242 (60%) expressions
1.20/1.36	c 1	converted 6116 (70%) expressions
1.20/1.36	c 1	converted 6989 (80%) expressions
1.20/1.37	c 1	converted 7863 (90%) expressions
2.69/2.90	c 3	converted 8736 (100%) expressions
2.79/2.91	c 3	CSP : 25280 integers, 0 booleans, 33645 clauses, largest domain size 49
2.79/2.91	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.91	c 3	Propagation in CSP
3.19/3.31	c 3	39960 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.19/3.32	c 3	CSP : 25280 integers, 0 booleans, 33645 clauses, largest domain size 46
3.19/3.32	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.19/3.34	c 3	Simplifing CSP by introducing new Boolean variables
3.19/3.36	c 3	CSP : 25280 integers, 0 booleans, 33645 clauses, largest domain size 46
3.19/3.36	c 3	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.29/3.49	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.38/3.53	c 4	2528 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.54	c 4	5056 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.54	c 4	7584 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.38/3.55	c 4	10112 (40%) CSP integer variables are encoded (7329 clauses, 107626 bytes)
3.38/3.57	c 4	12640 (50%) CSP integer variables are encoded (19186 clauses, 285481 bytes)
3.38/3.59	c 4	15168 (60%) CSP integer variables are encoded (31097 clauses, 464146 bytes)
3.48/3.61	c 4	17696 (70%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.48/3.61	c 4	20224 (80%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.48/3.61	c 4	22752 (90%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.48/3.62	c 4	25280 (100%) CSP integer variables are encoded (39330 clauses, 587641 bytes)
3.68/3.86	c 4	3365 (10%) CSP clauses are encoded (133671 clauses, 2440327 bytes)
3.87/4.05	c 4	6729 (20%) CSP clauses are encoded (228011 clauses, 4336648 bytes)
4.07/4.26	c 4	10094 (30%) CSP clauses are encoded (322354 clauses, 6233017 bytes)
4.27/4.45	c 5	13458 (40%) CSP clauses are encoded (416692 clauses, 8129306 bytes)
4.46/4.65	c 5	16823 (50%) CSP clauses are encoded (511021 clauses, 10025418 bytes)
4.46/4.68	c 5	20187 (60%) CSP clauses are encoded (517731 clauses, 10130244 bytes)
4.57/4.72	c 5	23552 (70%) CSP clauses are encoded (524442 clauses, 10235156 bytes)
4.57/4.76	c 5	26916 (80%) CSP clauses are encoded (531152 clauses, 10340058 bytes)
4.67/4.80	c 5	30281 (90%) CSP clauses are encoded (537865 clauses, 10444995 bytes)
4.67/4.84	c 5	33645 (100%) CSP clauses are encoded (544575 clauses, 10549893 bytes)
4.67/4.84	c 5	33645 CSP clauses encoded
4.67/4.84	c 5	Writing map file : HOME/temp.map
4.77/4.91	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.91	c 5	SAT : 64610 SAT variables, 544575 SAT clauses, 10549893 bytes
4.77/4.91	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.77/4.98	c 5	SOLVING HOME/temp.cnf
4.77/4.98	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1806.12	c ERROR INTERRUPTED
1800.04/1806.13	s UNKNOWN
1800.04/1806.13	c 1806	CPU 4.61 (0.04 0.01 4.57 0.2)
1800.04/1806.13	c 1806	END Fri Jul  4 12:23:33 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-1070489-1215165207/watcher-1070489-1215165207 -o /tmp/evaluation-result-1070489-1215165207/solver-1070489-1215165207 -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-1070489-1215165207.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.02 2.01 2.00 4/93 11938
/proc/meminfo: memFree=1495000/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=18572 CPUtime=0
/proc/11938/stat : 11938 (runsolver) R 11936 11938 10811 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1995494976 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11938/statm: 4643 292 257 25 0 2626 0

[startup+0.100387 s]
/proc/loadavg: 2.02 2.01 2.00 4/93 11938
/proc/meminfo: memFree=1495000/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=0.03
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995494976 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201407 s]
/proc/loadavg: 2.02 2.01 2.00 4/93 11938
/proc/meminfo: memFree=1495000/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=0.03
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995494976 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301426 s]
/proc/loadavg: 2.02 2.01 2.00 4/93 11938
/proc/meminfo: memFree=1495000/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=0.03
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995494976 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701498 s]
/proc/loadavg: 2.02 2.01 2.00 4/93 11938
/proc/meminfo: memFree=1495000/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=0.04
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1995494976 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50266 s]
/proc/loadavg: 2.02 2.01 2.00 4/104 11960
/proc/meminfo: memFree=1484736/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=0.66
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 973 7051 0 1 3 1 58 4 15 0 1 0 1995494976 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 797 370 3 0 500 0
[pid=11951] ppid=11938 vsize=5356 CPUtime=0
/proc/11951/stat : 11951 (sh) S 11938 11938 10811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995495050 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11951/statm: 1339 233 193 169 0 50 0
[pid=11952] ppid=11951 vsize=865656 CPUtime=0.74
/proc/11952/stat : 11952 (java) S 11951 11938 10811 0 -1 0 6792 0 1 0 71 3 0 0 18 0 9 0 1995495050 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11952/statm: 216414 6010 2542 9 0 210989 0
[pid=11952/tid=11953] ppid=11951 vsize=865656 CPUtime=0.45
/proc/11952/task/11953/stat : 11953 (java) R 11951 11938 10811 0 -1 64 2601 0 1 0 44 1 0 0 23 0 9 0 1995495051 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11954] ppid=11951 vsize=865656 CPUtime=0.11
/proc/11952/task/11954/stat : 11954 (java) S 11951 11938 10811 0 -1 64 2791 0 0 0 10 1 0 0 16 0 9 0 1995495052 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11955] ppid=11951 vsize=865656 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11951 11938 10811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995495052 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11956] ppid=11951 vsize=865656 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11951 11938 10811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995495052 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11957] ppid=11951 vsize=865656 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11951 11938 10811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995495054 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11958] ppid=11951 vsize=865656 CPUtime=0.15
/proc/11952/task/11958/stat : 11958 (java) R 11951 11938 10811 0 -1 64 702 0 0 0 15 0 0 0 16 0 9 0 1995495054 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 102092068 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11959] ppid=11951 vsize=865656 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11951 11938 10811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995495054 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11960] ppid=11951 vsize=865656 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11951 11938 10811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995495054 886431744 6010 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884612

[startup+3.10296 s]
/proc/loadavg: 2.02 2.01 2.00 3/104 11960
/proc/meminfo: memFree=1466560/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=0.66
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 974 7051 0 1 3 1 58 4 16 0 1 0 1995494976 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 797 370 3 0 500 0
[pid=11951] ppid=11938 vsize=5356 CPUtime=0
/proc/11951/stat : 11951 (sh) S 11938 11938 10811 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995495050 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11951/statm: 1339 233 193 169 0 50 0
[pid=11952] ppid=11951 vsize=868388 CPUtime=2.33
/proc/11952/stat : 11952 (java) S 11951 11938 10811 0 -1 0 12405 0 1 0 226 7 0 0 18 0 9 0 1995495050 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11952/statm: 217097 11375 2541 9 0 211672 0
[pid=11952/tid=11953] ppid=11951 vsize=868388 CPUtime=1.46
/proc/11952/task/11953/stat : 11953 (java) R 11951 11938 10811 0 -1 64 2938 0 1 0 145 1 0 0 25 0 9 0 1995495051 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4126561442 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11954] ppid=11951 vsize=868388 CPUtime=0.61
/proc/11952/task/11954/stat : 11954 (java) S 11951 11938 10811 0 -1 64 7294 0 0 0 57 4 0 0 16 0 9 0 1995495052 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11955] ppid=11951 vsize=868388 CPUtime=0
/proc/11952/task/11955/stat : 11955 (java) S 11951 11938 10811 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995495052 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11956] ppid=11951 vsize=868388 CPUtime=0
/proc/11952/task/11956/stat : 11956 (java) S 11951 11938 10811 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1995495052 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11957] ppid=11951 vsize=868388 CPUtime=0
/proc/11952/task/11957/stat : 11957 (java) S 11951 11938 10811 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995495054 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11958] ppid=11951 vsize=868388 CPUtime=0.23
/proc/11952/task/11958/stat : 11958 (java) S 11951 11938 10811 0 -1 64 1475 0 0 0 23 0 0 0 16 0 9 0 1995495054 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11959] ppid=11951 vsize=868388 CPUtime=0
/proc/11952/task/11959/stat : 11959 (java) S 11951 11938 10811 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1995495054 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11952/tid=11960] ppid=11951 vsize=868388 CPUtime=0
/proc/11952/task/11960/stat : 11960 (java) S 11951 11938 10811 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1995495054 889229312 11375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887344

[startup+6.30155 s]
/proc/loadavg: 2.10 2.02 2.01 3/96 11962
/proc/meminfo: memFree=1475848/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=9592 CPUtime=1.3
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 2148 0 0 0 57 73 0 0 25 0 1 0 1995495475 9822208 2134 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11962/statm: 2398 2134 40 102 0 2293 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 28548

[startup+12.7028 s]
/proc/loadavg: 2.09 2.02 2.00 3/96 11962
/proc/meminfo: memFree=1460296/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=22864 CPUtime=7.66
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 5378 0 0 0 518 248 0 0 25 0 1 0 1995495475 23412736 5362 996147200 134512640 134931368 4294956256 18446744073709551615 134529455 0 0 4096 0 0 0 0 17 1 0 0
/proc/11962/statm: 5716 5362 48 102 0 5611 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 41820

[startup+25.5012 s]
/proc/loadavg: 2.07 2.02 2.00 3/96 11962
/proc/meminfo: memFree=1456008/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=27352 CPUtime=20.39
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 6492 0 0 0 1790 249 0 0 25 0 1 0 1995495475 28008448 6476 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/11962/statm: 6838 6476 48 102 0 6733 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 46308

[startup+51.102 s]
/proc/loadavg: 2.04 2.02 2.00 3/96 11962
/proc/meminfo: memFree=1443912/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=39440 CPUtime=45.86
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 9536 0 0 0 4334 252 0 0 25 0 1 0 1995495475 40386560 9520 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11962/statm: 9860 9520 48 102 0 9755 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 58396

[startup+102.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/96 11962
/proc/meminfo: memFree=1419912/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=62804 CPUtime=96.82
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 15428 0 0 0 9422 260 0 0 25 0 1 0 1995495475 64311296 15412 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/11962/statm: 15701 15412 48 102 0 15596 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 81760

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 11962
/proc/meminfo: memFree=1412488/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1357400/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=149300 CPUtime=1291.65
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 37899 0 0 0 128878 287 0 0 25 0 1 0 1995495475 152883200 37129 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 37325 37129 48 102 0 37220 0
Current children cumulated CPU time (s) 1296.47
Current children cumulated vsize (KiB) 168256

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1357400/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=149300 CPUtime=1351.62
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 37899 0 0 0 134875 287 0 0 25 0 1 0 1995495475 152883200 37129 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 37325 37129 48 102 0 37220 0
Current children cumulated CPU time (s) 1356.44
Current children cumulated vsize (KiB) 168256

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1357464/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=149300 CPUtime=1411.6
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 37899 0 0 0 140873 287 0 0 25 0 1 0 1995495475 152883200 37129 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 37325 37129 48 102 0 37220 0
Current children cumulated CPU time (s) 1416.42
Current children cumulated vsize (KiB) 168256

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1350744/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=156384 CPUtime=1471.56
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 39663 0 0 0 146867 289 0 0 25 0 1 0 1995495475 160137216 38893 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 39096 38893 48 102 0 38991 0
Current children cumulated CPU time (s) 1476.38
Current children cumulated vsize (KiB) 175340

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1343896/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=162828 CPUtime=1531.55
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 41396 0 0 0 152863 292 0 0 25 0 1 0 1995495475 166735872 40500 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 40707 40500 48 102 0 40602 0
Current children cumulated CPU time (s) 1536.37
Current children cumulated vsize (KiB) 181784

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1343832/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=162828 CPUtime=1591.52
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 41396 0 0 0 158860 292 0 0 25 0 1 0 1995495475 166735872 40500 996147200 134512640 134931368 4294956256 18446744073709551615 134523048 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 40707 40500 48 102 0 40602 0
Current children cumulated CPU time (s) 1596.34
Current children cumulated vsize (KiB) 181784

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1343832/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=162828 CPUtime=1651.49
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 41396 0 0 0 164857 292 0 0 25 0 1 0 1995495475 166735872 40500 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 40707 40500 48 102 0 40602 0
Current children cumulated CPU time (s) 1656.31
Current children cumulated vsize (KiB) 181784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1343832/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=162828 CPUtime=1711.46
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 41396 0 0 0 170854 292 0 0 25 0 1 0 1995495475 166735872 40500 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 40707 40500 48 102 0 40602 0
Current children cumulated CPU time (s) 1716.28
Current children cumulated vsize (KiB) 181784

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1337048/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=169940 CPUtime=1771.43
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 43204 0 0 0 176849 294 0 0 25 0 1 0 1995495475 174018560 42175 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 42485 42175 48 102 0 42380 0
Current children cumulated CPU time (s) 1776.25
Current children cumulated vsize (KiB) 188896



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 12013
/proc/meminfo: memFree=1336984/2055920 swapFree=4180412/4192956
[pid=11938] ppid=11936 vsize=13600 CPUtime=4.82
/proc/11938/stat : 11938 (sugar) S 11936 11938 10811 0 -1 4194304 1024 20257 0 2 4 1 457 20 16 0 1 0 1995494976 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11938/statm: 3400 799 370 3 0 500 0
[pid=11961] ppid=11938 vsize=5356 CPUtime=0
/proc/11961/stat : 11961 (sh) S 11938 11938 10811 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995495475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11961/statm: 1339 232 193 169 0 50 0
[pid=11962] ppid=11961 vsize=169940 CPUtime=1795.22
/proc/11962/stat : 11962 (picosat) R 11961 11938 10811 0 -1 4194304 43204 0 0 0 179228 294 0 0 25 0 1 0 1995495475 174018560 42175 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11962/statm: 42485 42175 48 102 0 42380 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 188896

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 11938 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=615298
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=220966
# CPU time returned by wait4() is 4.83626
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.14
CPU time (s): 1800.04
CPU user time (s): 1796.89
CPU system time (s): 3.15
CPU usage (%): 99.6625
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.6153
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21635
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= 4554
involuntary context switches= 4550

runsolver used 2.10868 second user time and 6.12807 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-04 11:53:27
IDJOB=1070489
IDBENCH=55873
IDSOLVER=345
FILE ID=node21/1070489-1215165207
PBS_JOBID= 7877481
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-pigeon-cardinality-95-90.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-1070489-1215165207/watcher-1070489-1215165207 -o /tmp/evaluation-result-1070489-1215165207/solver-1070489-1215165207 -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-1070489-1215165207.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b24d6317b37c425ee5e9e0d5c2fb36b7
RANDOM SEED=1151581655

node21.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.263
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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1495480 kB
Buffers:         81220 kB
Cached:         341796 kB
SwapCached:       6608 kB
Active:         302160 kB
Inactive:       191824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495480 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2140 kB
Writeback:           0 kB
Mapped:          87208 kB
Slab:            51164 kB
Committed_AS:  4112976 kB
PageTables:       2172 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= 66532 MiB
End job on node21 at 2008-07-04 12:23:35