Trace number 2060895

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

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-24-24.xml
MD5SUM601e43bf7d49691779e40a92658cf9e2
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 variables1152
Number of constraints1383
Maximum constraint arity24
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1105
Global constraints used (with number of constraints)cumulative(2),weightedsum(276)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sat Jul 11 17:29:57 2009
0.05/0.08	c 0	PID 10569
0.05/0.08	c 0	HOST node9.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2060895-1247326197.xml TO HOME/temp.csp
0.05/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-2060895-1247326197.xml' 'HOME/temp.csp'
0.07/0.61	c 1	25 domains, 1152 variables, 2 predicates, 0 relations, 1383 constraints
0.07/0.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.62	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.58/0.70	c 1	Parsing HOME/temp.csp
0.58/0.81	c 1	parsed 2562 expressions
0.58/0.81	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.58/0.82	c 1	Converting to clausal form CSP
0.58/0.84	c 1	converted 257 (10%) expressions
0.58/0.84	c 1	converted 513 (20%) expressions
0.58/0.85	c 1	converted 769 (30%) expressions
0.58/0.85	c 1	converted 1025 (40%) expressions
0.58/0.98	c 1	converted 1281 (50%) expressions
0.93/1.05	c 1	converted 1538 (60%) expressions
0.93/1.08	c 1	converted 1794 (70%) expressions
1.03/1.11	c 1	converted 2050 (80%) expressions
1.03/1.13	c 1	converted 2306 (90%) expressions
1.72/1.83	c 2	converted 2562 (100%) expressions
1.72/1.83	c 2	CSP : 4932 integers, 2116 booleans, 14369 clauses, largest domain size 71
1.72/1.83	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.72/1.83	c 2	Propagation in CSP
1.72/1.89	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.72/1.89	c 2	CSP : 4932 integers, 2116 booleans, 14369 clauses, largest domain size 71
1.72/1.90	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.82/1.91	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.92	c 2	CSP : 4932 integers, 2116 booleans, 14369 clauses, largest domain size 71
1.82/1.92	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.93/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.93/2.02	c 2	494 (10%) CSP integer variables are encoded (2666 clauses, 32545 bytes)
1.93/2.03	c 2	987 (20%) CSP integer variables are encoded (2666 clauses, 32545 bytes)
1.93/2.03	c 2	1480 (30%) CSP integer variables are encoded (4586 clauses, 57505 bytes)
1.93/2.04	c 2	1973 (40%) CSP integer variables are encoded (7410 clauses, 94217 bytes)
1.93/2.04	c 2	2466 (50%) CSP integer variables are encoded (10290 clauses, 136374 bytes)
1.93/2.05	c 2	2960 (60%) CSP integer variables are encoded (13261 clauses, 180939 bytes)
1.93/2.05	c 2	3453 (70%) CSP integer variables are encoded (16210 clauses, 225174 bytes)
1.93/2.06	c 2	3946 (80%) CSP integer variables are encoded (19034 clauses, 267534 bytes)
1.93/2.06	c 2	4439 (90%) CSP integer variables are encoded (21914 clauses, 310734 bytes)
1.93/2.07	c 2	4932 (100%) CSP integer variables are encoded (24954 clauses, 356334 bytes)
2.12/2.24	c 2	1437 (10%) CSP clauses are encoded (92961 clauses, 1525201 bytes)
2.21/2.39	c 3	2874 (20%) CSP clauses are encoded (132874 clauses, 2346385 bytes)
2.51/2.62	c 3	4311 (30%) CSP clauses are encoded (156224 clauses, 3019302 bytes)
2.71/2.81	c 3	5748 (40%) CSP clauses are encoded (176369 clauses, 3624029 bytes)
2.91/3.02	c 3	7185 (50%) CSP clauses are encoded (196193 clauses, 4281662 bytes)
3.20/3.38	c 4	8622 (60%) CSP clauses are encoded (283022 clauses, 6206959 bytes)
3.50/3.63	c 4	10059 (70%) CSP clauses are encoded (307661 clauses, 7037221 bytes)
3.69/3.83	c 4	11496 (80%) CSP clauses are encoded (327806 clauses, 7710878 bytes)
3.90/4.02	c 4	12933 (90%) CSP clauses are encoded (346815 clauses, 8343422 bytes)
4.20/4.37	c 5	14369 (100%) CSP clauses are encoded (433169 clauses, 10335904 bytes)
4.20/4.37	c 5	14369 CSP clauses encoded
4.20/4.37	c 5	Writing map file : HOME/temp.map
4.20/4.39	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.20/4.39	c 5	SAT : 31954 SAT variables, 433169 SAT clauses, 10335904 bytes
4.20/4.39	c 5	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.28/4.44	c 5	SOLVING HOME/temp.cnf
4.28/4.44	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1806.01	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1806.01	c 1806	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1806.01	c ERROR INTERRUPTED
1800.04/1806.01	s UNKNOWN
1800.04/1806.01	c 1806	CPU 4.31 (0.06 0.02 4.03 0.2)
1800.04/1806.01	c 1806	END Sat Jul 11 18:00:03 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-2060895-1247326197/watcher-2060895-1247326197 -o /tmp/evaluation-result-2060895-1247326197/solver-2060895-1247326197 -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-2060895-1247326197.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.99 2.00 2.00 4/81 10569
/proc/meminfo: memFree=909284/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=18576 CPUtime=0
/proc/10569/stat : 10569 (runsolver) R 10567 10569 9593 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 19686831 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10569/statm: 4644 284 249 26 0 2626 0

[startup+0.071258 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10569
/proc/meminfo: memFree=909284/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16344 CPUtime=0.05
/proc/10569/stat : 10569 (sugar) R 10567 10569 9593 0 -1 4194304 1014 0 0 0 4 1 0 0 18 0 1 0 19686831 16736256 982 996147200 4194304 4206940 548682068608 18446744073709551615 215418861081 0 0 4224 0 0 0 0 17 1 0 0
/proc/10569/statm: 4086 982 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.10226 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10569
/proc/meminfo: memFree=909284/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=0.07
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19686831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302297 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10569
/proc/meminfo: memFree=909284/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=0.07
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19686831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701347 s]
/proc/loadavg: 1.99 2.00 2.00 4/81 10569
/proc/meminfo: memFree=909284/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=0.58
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1292 5199 0 1 5 2 46 5 16 0 1 0 19686831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 1.99 2.00 2.00 4/92 10591
/proc/meminfo: memFree=894348/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=0.58
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1309 5199 0 1 5 2 46 5 15 0 1 0 19686831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1111 409 3 0 796 0
[pid=10582] ppid=10569 vsize=5356 CPUtime=0
/proc/10582/stat : 10582 (sh) S 10569 10569 9593 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19686893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10582/statm: 1339 233 193 169 0 50 0
[pid=10583] ppid=10582 vsize=868592 CPUtime=0.85
/proc/10583/stat : 10583 (java) S 10582 10569 9593 0 -1 0 7771 0 1 0 81 4 0 0 18 0 9 0 19686894 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 217148 6995 2567 9 0 211653 0
[pid=10583/tid=10584] ppid=10582 vsize=868592 CPUtime=0.52
/proc/10583/task/10584/stat : 10584 (java) R 10582 10569 9593 0 -1 64 2705 0 1 0 51 1 0 0 23 0 9 0 19686895 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4126430028 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10585] ppid=10582 vsize=868592 CPUtime=0.11
/proc/10583/task/10585/stat : 10585 (java) S 10582 10569 9593 0 -1 64 2867 0 0 0 10 1 0 0 16 0 9 0 19686896 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10582 vsize=868592 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10582 10569 9593 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19686896 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10582 vsize=868592 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10582 10569 9593 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19686896 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10588] ppid=10582 vsize=868592 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10582 10569 9593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19686898 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10589] ppid=10582 vsize=868592 CPUtime=0.2
/proc/10583/task/10589/stat : 10589 (java) S 10582 10569 9593 0 -1 64 1501 0 0 0 19 1 0 0 16 0 9 0 19686898 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10590] ppid=10582 vsize=868592 CPUtime=0
/proc/10583/task/10590/stat : 10590 (java) S 10582 10569 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19686899 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10591] ppid=10582 vsize=868592 CPUtime=0
/proc/10583/task/10591/stat : 10591 (java) S 10582 10569 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19686899 889438208 6995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890816

[startup+3.10269 s]
/proc/loadavg: 1.99 2.00 2.00 3/92 10591
/proc/meminfo: memFree=882188/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=0.58
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1310 5199 0 1 5 2 46 5 15 0 1 0 19686831 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1111 409 3 0 796 0
[pid=10582] ppid=10569 vsize=5356 CPUtime=0
/proc/10582/stat : 10582 (sh) S 10569 10569 9593 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19686893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10582/statm: 1339 233 193 169 0 50 0
[pid=10583] ppid=10582 vsize=868704 CPUtime=2.43
/proc/10583/stat : 10583 (java) S 10582 10569 9593 0 -1 0 9375 0 1 0 234 9 0 0 18 0 9 0 19686894 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10583/statm: 217176 8302 2591 9 0 211653 0
[pid=10583/tid=10584] ppid=10582 vsize=868704 CPUtime=1.79
/proc/10583/task/10584/stat : 10584 (java) R 10582 10569 9593 0 -1 64 2941 0 1 0 175 4 0 0 25 0 9 0 19686895 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4127079602 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10585] ppid=10582 vsize=868704 CPUtime=0.34
/proc/10583/task/10585/stat : 10585 (java) S 10582 10569 9593 0 -1 64 4183 0 0 0 32 2 0 0 16 0 9 0 19686896 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10586] ppid=10582 vsize=868704 CPUtime=0
/proc/10583/task/10586/stat : 10586 (java) S 10582 10569 9593 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19686896 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10587] ppid=10582 vsize=868704 CPUtime=0
/proc/10583/task/10587/stat : 10587 (java) S 10582 10569 9593 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19686896 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10588] ppid=10582 vsize=868704 CPUtime=0
/proc/10583/task/10588/stat : 10588 (java) S 10582 10569 9593 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19686898 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10589] ppid=10582 vsize=868704 CPUtime=0.27
/proc/10583/task/10589/stat : 10589 (java) S 10582 10569 9593 0 -1 64 1553 0 0 0 26 1 0 0 16 0 9 0 19686898 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10590] ppid=10582 vsize=868704 CPUtime=0
/proc/10583/task/10590/stat : 10590 (java) S 10582 10569 9593 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19686899 889552896 8302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10583/tid=10591] ppid=10582 vsize=868704 CPUtime=0
/proc/10583/task/10591/stat : 10591 (java) S 10582 10569 9593 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19686899 889552896 8302 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) 890928

[startup+6.30114 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 10593
/proc/meminfo: memFree=889420/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=9484 CPUtime=1.82
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 2176 0 0 0 81 101 0 0 25 0 1 0 19687276 9711616 2162 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/10593/statm: 2371 2162 40 102 0 2266 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 31708

[startup+12.701 s]
/proc/loadavg: 1.99 2.00 2.00 3/84 10593
/proc/meminfo: memFree=877324/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=19112 CPUtime=8.17
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 4513 0 0 0 572 245 0 0 25 0 1 0 19687276 19570688 4499 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/10593/statm: 4778 4499 42 102 0 4673 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 41336

[startup+25.5029 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 10593
/proc/meminfo: memFree=876236/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=20300 CPUtime=20.84
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 4825 0 0 0 1839 245 0 0 25 0 1 0 19687276 20787200 4778 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 1 0 0
/proc/10593/statm: 5075 4778 42 102 0 4970 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 42524

[startup+51.1025 s]
/proc/loadavg: 2.04 2.01 2.00 3/84 10593
/proc/meminfo: memFree=874508/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=21884 CPUtime=46.2
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 5259 0 0 0 4374 246 0 0 25 0 1 0 19687276 22409216 5212 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/10593/statm: 5471 5212 42 102 0 5366 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 44108

[startup+102.308 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 10593
/proc/meminfo: memFree=871436/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=24920 CPUtime=96.92
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 6039 0 0 0 9445 247 0 0 25 0 1 0 19687276 25518080 5992 996147200 134512640 134931368 4294956256 18446744073709551615 134529933 0 0 4096 0 0 0 0 17 1 0 0
/proc/10593/statm: 6230 5992 42 102 0 6125 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 47144

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10593
/proc/meminfo: memFree=868300/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=835844/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=35080 CPUtime=1292.23
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9023 0 0 0 128970 253 0 0 25 0 1 0 19687276 35921920 8575 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 8770 8575 48 102 0 8665 0
Current children cumulated CPU time (s) 1296.53
Current children cumulated vsize (KiB) 57304

[startup+1362.3 s]
/proc/loadavg: 2.03 2.08 2.02 3/77 10689
/proc/meminfo: memFree=833860/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=35212 CPUtime=1352.2
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9197 0 0 0 134967 253 0 0 25 0 1 0 19687276 36057088 8636 996147200 134512640 134931368 4294956256 18446744073709551615 134525554 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 8803 8636 48 102 0 8698 0
Current children cumulated CPU time (s) 1356.5
Current children cumulated vsize (KiB) 57436

[startup+1422.31 s]
/proc/loadavg: 2.01 2.06 2.01 3/77 10689
/proc/meminfo: memFree=832324/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=35212 CPUtime=1412.18
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9197 0 0 0 140965 253 0 0 25 0 1 0 19687276 36057088 8636 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 8803 8636 48 102 0 8698 0
Current children cumulated CPU time (s) 1416.48
Current children cumulated vsize (KiB) 57436

[startup+1482.3 s]
/proc/loadavg: 2.00 2.05 2.01 3/77 10689
/proc/meminfo: memFree=830532/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=35212 CPUtime=1472.15
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9197 0 0 0 146962 253 0 0 25 0 1 0 19687276 36057088 8636 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 8803 8636 48 102 0 8698 0
Current children cumulated CPU time (s) 1476.45
Current children cumulated vsize (KiB) 57436

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/77 10689
/proc/meminfo: memFree=828868/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=35212 CPUtime=1532.13
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9197 0 0 0 152960 253 0 0 25 0 1 0 19687276 36057088 8636 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 8803 8636 48 102 0 8698 0
Current children cumulated CPU time (s) 1536.43
Current children cumulated vsize (KiB) 57436

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 10689
/proc/meminfo: memFree=827332/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=35476 CPUtime=1592.1
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9244 0 0 0 158957 253 0 0 25 0 1 0 19687276 36327424 8683 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 8869 8683 48 102 0 8764 0
Current children cumulated CPU time (s) 1596.4
Current children cumulated vsize (KiB) 57700

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 10689
/proc/meminfo: memFree=824708/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=36004 CPUtime=1652.09
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9513 0 0 0 164955 254 0 0 25 0 1 0 19687276 36868096 8834 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 9001 8834 48 102 0 8896 0
Current children cumulated CPU time (s) 1656.39
Current children cumulated vsize (KiB) 58228

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/77 10689
/proc/meminfo: memFree=822980/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=36004 CPUtime=1712.07
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9513 0 0 0 170953 254 0 0 25 0 1 0 19687276 36868096 8834 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 9001 8834 48 102 0 8896 0
Current children cumulated CPU time (s) 1716.37
Current children cumulated vsize (KiB) 58228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 10689
/proc/meminfo: memFree=821252/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=36004 CPUtime=1772.04
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9513 0 0 0 176950 254 0 0 25 0 1 0 19687276 36868096 8834 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 9001 8834 48 102 0 8896 0
Current children cumulated CPU time (s) 1776.34
Current children cumulated vsize (KiB) 58228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 10689
/proc/meminfo: memFree=820484/2055920 swapFree=4192956/4192956
[pid=10569] ppid=10567 vsize=16868 CPUtime=4.3
/proc/10569/stat : 10569 (sugar) S 10567 10569 9593 0 -1 4194304 1365 15049 0 2 6 2 403 19 16 0 1 0 19686831 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10569/statm: 4217 1113 409 3 0 796 0
[pid=10592] ppid=10569 vsize=5356 CPUtime=0
/proc/10592/stat : 10592 (sh) S 10569 10569 9593 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19687276 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10592/statm: 1339 232 193 169 0 50 0
[pid=10593] ppid=10592 vsize=36004 CPUtime=1795.74
/proc/10593/stat : 10593 (picosat) R 10592 10569 9593 0 -1 4194304 9513 0 0 0 179320 254 0 0 25 0 1 0 19687276 36868096 8834 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/10593/statm: 9001 8834 48 102 0 8896 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 58228

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 10569 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=100376
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=231964
# CPU time returned by wait4() is 4.33234
# 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.03
CPU time (s): 1800.04
CPU user time (s): 1797.29
CPU system time (s): 2.75
CPU usage (%): 99.6686
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.10038
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17076
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= 5618
involuntary context switches= 5621

runsolver used 2.13267 second user time and 6.08207 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-11 17:29:57
IDJOB=2060895
IDBENCH=53759
IDSOLVER=738
FILE ID=node9/2060895-1247326197
PBS_JOBID= 9506609
Free space on /tmp= 66396 MiB

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

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

MD5SUM BENCH= 601e43bf7d49691779e40a92658cf9e2
RANDOM SEED=96194267

node9.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.216
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.216
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:        909764 kB
Buffers:         61584 kB
Cached:         996156 kB
SwapCached:          0 kB
Active:         441104 kB
Inactive:       652304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        909764 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:          56040 kB
Slab:            38032 kB
Committed_AS:   175712 kB
PageTables:       1868 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= 66392 MiB
End job on node9 at 2009-07-11 18:00:05