Trace number 2068881

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.07 1803.43

General information on the benchmark

Namecsp/tdsp/
normalized-C4-1-61.xml
MD5SUM847c29dfc4e27056a33db391ee6d79af
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark58.2691
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size62
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:44:26 2009
0.00/0.08	c 0	PID 17989
0.00/0.08	c 0	HOST node40.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068881-1247348666.xml TO HOME/temp.csp
0.00/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-2068881-1247348666.xml' 'HOME/temp.csp'
0.07/0.68	c 1	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.07/0.79	c 1	Parsing HOME/temp.csp
0.66/0.88	c 1	parsed 1430 expressions
0.66/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.88	c 1	Converting to clausal form CSP
0.66/0.91	c 1	converted 143 (10%) expressions
0.93/1.08	c 1	converted 286 (20%) expressions
1.03/1.12	c 1	converted 429 (30%) expressions
1.03/1.14	c 1	converted 572 (40%) expressions
1.03/1.15	c 1	converted 715 (50%) expressions
1.03/1.17	c 1	converted 858 (60%) expressions
1.03/1.18	c 1	converted 1001 (70%) expressions
1.03/1.19	c 1	converted 1144 (80%) expressions
1.13/1.20	c 1	converted 1287 (90%) expressions
1.13/1.21	c 1	converted 1430 (100%) expressions
1.13/1.21	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 60
1.13/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.21	c 1	Propagation in CSP
1.13/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.23	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 60
1.13/1.23	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.26	c 1	CSP : 246 integers, 4704 booleans, 6170 clauses, largest domain size 60
1.13/1.26	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.32	c 1	25 (10%) CSP integer variables are encoded (878 clauses, 9510 bytes)
1.22/1.33	c 1	50 (20%) CSP integer variables are encoded (1698 clauses, 19979 bytes)
1.22/1.33	c 1	74 (30%) CSP integer variables are encoded (2558 clauses, 31159 bytes)
1.22/1.33	c 1	99 (40%) CSP integer variables are encoded (3509 clauses, 43522 bytes)
1.22/1.33	c 1	123 (50%) CSP integer variables are encoded (4371 clauses, 54728 bytes)
1.22/1.33	c 1	148 (60%) CSP integer variables are encoded (5301 clauses, 66818 bytes)
1.22/1.33	c 1	173 (70%) CSP integer variables are encoded (5453 clauses, 68794 bytes)
1.22/1.34	c 1	197 (80%) CSP integer variables are encoded (5589 clauses, 70562 bytes)
1.22/1.34	c 1	222 (90%) CSP integer variables are encoded (5750 clauses, 72655 bytes)
1.22/1.34	c 1	246 (100%) CSP integer variables are encoded (5895 clauses, 74540 bytes)
1.52/1.61	c 2	617 (10%) CSP clauses are encoded (115248 clauses, 2392012 bytes)
2.01/2.19	c 2	1234 (20%) CSP clauses are encoded (371607 clauses, 8069944 bytes)
2.41/2.58	c 3	1851 (30%) CSP clauses are encoded (552827 clauses, 12057732 bytes)
3.00/3.18	c 3	2468 (40%) CSP clauses are encoded (838702 clauses, 18511742 bytes)
3.29/3.46	c 4	3085 (50%) CSP clauses are encoded (966511 clauses, 21432364 bytes)
3.59/3.70	c 4	3702 (60%) CSP clauses are encoded (1085914 clauses, 24146398 bytes)
3.89/4.04	c 4	4319 (70%) CSP clauses are encoded (1247216 clauses, 27852068 bytes)
4.19/4.38	c 4	4936 (80%) CSP clauses are encoded (1405351 clauses, 31479633 bytes)
4.59/4.78	c 5	5553 (90%) CSP clauses are encoded (1593627 clauses, 35946338 bytes)
4.96/5.19	c 5	6170 (100%) CSP clauses are encoded (1774897 clauses, 40308256 bytes)
4.96/5.19	c 5	6170 CSP clauses encoded
4.96/5.19	c 5	Writing map file : HOME/temp.map
5.06/5.20	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.20	c 5	SAT : 10842 SAT variables, 1774897 SAT clauses, 40308256 bytes
5.06/5.20	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.25	c 5	SOLVING HOME/temp.cnf
5.06/5.25	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1803.41	c ERROR INTERRUPTED
1800.07/1803.43	s UNKNOWN
1800.07/1803.43	c 1804	CPU 5.08 (0.06 0.01 4.57 0.44)
1800.07/1803.43	c 1804	END Sun Jul 12 00:14:30 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-2068881-1247348666/watcher-2068881-1247348666 -o /tmp/evaluation-result-2068881-1247348666/solver-2068881-1247348666 -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-2068881-1247348666.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.85 1.97 1.99 4/77 17989
/proc/meminfo: memFree=1153688/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=4708 CPUtime=0
/proc/17989/stat : 17989 (sugar) R 17987 17989 17952 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 21557889 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 264516990345 0 0 4096 0 0 0 0 17 1 0 0
/proc/17989/statm: 1177 43 33 3 0 8 0

[startup+0.0837549 s]
/proc/loadavg: 1.85 1.97 1.99 4/77 17989
/proc/meminfo: memFree=1153688/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=0.07
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21557889 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101762 s]
/proc/loadavg: 1.85 1.97 1.99 4/77 17989
/proc/meminfo: memFree=1153688/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=0.07
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21557889 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301781 s]
/proc/loadavg: 1.85 1.97 1.99 4/77 17989
/proc/meminfo: memFree=1153688/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=0.07
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 21557889 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701832 s]
/proc/loadavg: 1.85 1.97 1.99 4/77 17989
/proc/meminfo: memFree=1153688/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=0.07
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 21557889 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 1.85 1.97 1.99 4/88 18011
/proc/meminfo: memFree=1142208/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=0.66
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1310 4983 0 1 6 1 55 4 15 0 1 0 21557889 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1111 409 3 0 796 0
[pid=18002] ppid=17989 vsize=5356 CPUtime=0
/proc/18002/stat : 18002 (sh) S 17989 17989 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21557960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18002/statm: 1339 233 193 169 0 50 0
[pid=18003] ppid=18002 vsize=868612 CPUtime=0.75
/proc/18003/stat : 18003 (java) S 18002 17989 17952 0 -1 0 7017 0 1 0 70 5 0 0 18 0 9 0 21557961 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18003/statm: 217153 6211 2589 9 0 211630 0
[pid=18003/tid=18004] ppid=18002 vsize=868612 CPUtime=0.48
/proc/18003/task/18004/stat : 18004 (java) R 18002 17989 17952 0 -1 64 2771 0 1 0 45 3 0 0 18 0 9 0 21557962 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18005] ppid=18002 vsize=868612 CPUtime=0.07
/proc/18003/task/18005/stat : 18005 (java) S 18002 17989 17952 0 -1 64 2061 0 0 0 7 0 0 0 16 0 9 0 21557963 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18006] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18006/stat : 18006 (java) S 18002 17989 17952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21557963 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18007] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18007/stat : 18007 (java) S 18002 17989 17952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21557963 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18008] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18008/stat : 18008 (java) S 18002 17989 17952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21557965 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18009] ppid=18002 vsize=868612 CPUtime=0.17
/proc/18003/task/18009/stat : 18009 (java) R 18002 17989 17952 0 -1 64 1486 0 0 0 17 0 0 0 16 0 9 0 21557965 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 101469523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18010] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18010/stat : 18010 (java) S 18002 17989 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21557965 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18011] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18011/stat : 18011 (java) S 18002 17989 17952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21557965 889458688 6211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890836

[startup+3.10216 s]
/proc/loadavg: 1.85 1.97 1.99 3/88 18011
/proc/meminfo: memFree=1128256/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=0.66
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1310 4983 0 1 6 1 55 4 15 0 1 0 21557889 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1111 409 3 0 796 0
[pid=18002] ppid=17989 vsize=5356 CPUtime=0
/proc/18002/stat : 18002 (sh) S 17989 17989 17952 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21557960 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18002/statm: 1339 233 193 169 0 50 0
[pid=18003] ppid=18002 vsize=868612 CPUtime=2.34
/proc/18003/stat : 18003 (java) S 18002 17989 17952 0 -1 0 7547 0 1 0 215 19 0 0 18 0 9 0 21557961 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18003/statm: 217153 6224 2589 9 0 211630 0
[pid=18003/tid=18004] ppid=18002 vsize=868612 CPUtime=1.91
/proc/18003/task/18004/stat : 18004 (java) R 18002 17989 17952 0 -1 64 3288 0 1 0 178 13 0 0 25 0 9 0 21557962 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18005] ppid=18002 vsize=868612 CPUtime=0.21
/proc/18003/task/18005/stat : 18005 (java) S 18002 17989 17952 0 -1 64 2061 0 0 0 17 4 0 0 16 0 9 0 21557963 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18006] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18006/stat : 18006 (java) S 18002 17989 17952 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21557963 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18007] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18007/stat : 18007 (java) S 18002 17989 17952 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21557963 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18008] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18008/stat : 18008 (java) S 18002 17989 17952 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 21557965 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18009] ppid=18002 vsize=868612 CPUtime=0.19
/proc/18003/task/18009/stat : 18009 (java) S 18002 17989 17952 0 -1 64 1499 0 0 0 19 0 0 0 16 0 9 0 21557965 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18010] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18010/stat : 18010 (java) S 18002 17989 17952 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21557965 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18003/tid=18011] ppid=18002 vsize=868612 CPUtime=0
/proc/18003/task/18011/stat : 18011 (java) S 18002 17989 17952 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21557965 889458688 6224 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890836

[startup+6.30156 s]
/proc/loadavg: 1.86 1.97 1.99 3/80 18013
/proc/meminfo: memFree=1107840/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=4632 CPUtime=1.03
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 1024 0 0 0 45 58 0 0 25 0 1 0 21558414 4743168 1010 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 1158 1010 40 102 0 1053 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 26856

[startup+12.7014 s]
/proc/loadavg: 1.87 1.97 1.99 3/80 18013
/proc/meminfo: memFree=1088256/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=26432 CPUtime=7.37
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 6158 0 0 0 339 398 0 0 25 0 1 0 21558414 27066368 6144 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 6608 6144 40 102 0 6503 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 48656

[startup+25.501 s]
/proc/loadavg: 1.90 1.97 1.99 3/80 18013
/proc/meminfo: memFree=1047232/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=65340 CPUtime=20.05
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 15861 0 0 0 971 1034 0 0 25 0 1 0 21558414 66908160 15838 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 16335 15838 42 102 0 16230 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 87564

[startup+51.1014 s]
/proc/loadavg: 1.93 1.97 1.99 3/81 18014
/proc/meminfo: memFree=1043320/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=69176 CPUtime=45.4
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 16861 0 0 0 3505 1035 0 0 25 0 1 0 21558414 70836224 16836 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 17294 16836 48 102 0 17189 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 91400

[startup+102.306 s]
/proc/loadavg: 1.97 1.97 1.99 3/81 18014
/proc/meminfo: memFree=1034744/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=77624 CPUtime=96.12
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 19010 0 0 0 8575 1037 0 0 25 0 1 0 21558414 79486976 18985 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18013/statm: 19406 18985 48 102 0 19301 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 99848

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 18014
/proc/meminfo: memFree=1028216/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=762120/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=123192 CPUtime=1294.09
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 31223 0 0 0 128355 1054 0 0 25 0 1 0 21558414 126148608 30325 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 30798 30325 48 102 0 30693 0
Current children cumulated CPU time (s) 1299.17
Current children cumulated vsize (KiB) 145416

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=743688/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=128060 CPUtime=1354.06
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 32629 0 0 0 134350 1056 0 0 25 0 1 0 21558414 131133440 31579 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 32015 31579 48 102 0 31910 0
Current children cumulated CPU time (s) 1359.14
Current children cumulated vsize (KiB) 150284

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=731912/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=128060 CPUtime=1414.04
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 32629 0 0 0 140348 1056 0 0 25 0 1 0 21558414 131133440 31579 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 32015 31579 48 102 0 31910 0
Current children cumulated CPU time (s) 1419.12
Current children cumulated vsize (KiB) 150284

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=724744/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=128060 CPUtime=1474.01
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 32629 0 0 0 146345 1056 0 0 25 0 1 0 21558414 131133440 31579 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 32015 31579 48 102 0 31910 0
Current children cumulated CPU time (s) 1479.09
Current children cumulated vsize (KiB) 150284

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=718024/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=128060 CPUtime=1533.99
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 32629 0 0 0 152343 1056 0 0 25 0 1 0 21558414 131133440 31579 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 32015 31579 48 102 0 31910 0
Current children cumulated CPU time (s) 1539.07
Current children cumulated vsize (KiB) 150284

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=710152/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=129116 CPUtime=1593.96
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 32887 0 0 0 158340 1056 0 0 25 0 1 0 21558414 132214784 31837 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 32279 31837 48 102 0 32174 0
Current children cumulated CPU time (s) 1599.04
Current children cumulated vsize (KiB) 151340

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=699336/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=134656 CPUtime=1653.94
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 34436 0 0 0 164335 1059 0 0 25 0 1 0 21558414 137887744 33227 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 33664 33227 48 102 0 33559 0
Current children cumulated CPU time (s) 1659.02
Current children cumulated vsize (KiB) 156880

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=694664/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=134656 CPUtime=1713.92
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 34436 0 0 0 170333 1059 0 0 25 0 1 0 21558414 137887744 33227 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 33664 33227 48 102 0 33559 0
Current children cumulated CPU time (s) 1719
Current children cumulated vsize (KiB) 156880

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=690184/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=134656 CPUtime=1773.9
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 34436 0 0 0 176331 1059 0 0 25 0 1 0 21558414 137887744 33227 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 33664 33227 48 102 0 33559 0
Current children cumulated CPU time (s) 1778.98
Current children cumulated vsize (KiB) 156880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.4 s]
/proc/loadavg: 1.99 1.97 1.98 3/79 18073
/proc/meminfo: memFree=688776/2055920 swapFree=4192812/4192956
[pid=17989] ppid=17987 vsize=16868 CPUtime=5.08
/proc/17989/stat : 17989 (sugar) S 17987 17989 17952 0 -1 4194304 1365 13525 0 2 6 1 457 44 16 0 1 0 21557889 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17989/statm: 4217 1113 409 3 0 796 0
[pid=18012] ppid=17989 vsize=5356 CPUtime=0
/proc/18012/stat : 18012 (sh) S 17989 17989 17952 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21558414 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18012/statm: 1339 232 193 169 0 50 0
[pid=18013] ppid=18012 vsize=134656 CPUtime=1794.99
/proc/18013/stat : 18013 (picosat) R 18012 17989 17952 0 -1 4194304 34436 0 0 0 178440 1059 0 0 25 0 1 0 21558414 137887744 33227 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/18013/statm: 33664 33227 48 102 0 33559 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 156880

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

Real time (s): 1803.43
CPU time (s): 1800.07
CPU user time (s): 1789.03
CPU system time (s): 11.04
CPU usage (%): 99.8137
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.64229
system time used= 0.461929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15284
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= 12822
involuntary context switches= 12794

runsolver used 2.35264 second user time and 5.86111 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-11 23:44:26
IDJOB=2068881
IDBENCH=54949
IDSOLVER=738
FILE ID=node40/2068881-1247348666
PBS_JOBID= 9506866
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-1-61.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-2068881-1247348666/watcher-2068881-1247348666 -o /tmp/evaluation-result-2068881-1247348666/solver-2068881-1247348666 -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-2068881-1247348666.xml

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

MD5SUM BENCH= 847c29dfc4e27056a33db391ee6d79af
RANDOM SEED=868425745

node40.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.213
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.213
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:       1154168 kB
Buffers:         64036 kB
Cached:         736392 kB
SwapCached:          0 kB
Active:         155108 kB
Inactive:       674916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1154168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:          40556 kB
Slab:            56864 kB
Committed_AS:   270096 kB
PageTables:       1864 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= 66220 MiB
End job on node40 at 2009-07-12 00:14:31