Trace number 2080629

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.08 1816.05

General information on the benchmark

Namecsp/knights/
normalized-knights-50-25.xml
MD5SUM6094f58e403d75120e0b4306e300bfb0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark70.0993
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size2500
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 05:45:27 2009
0.05/0.08	c 0	PID 24748
0.05/0.08	c 0	HOST node7.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2080629-1247370327.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-2080629-1247370327.xml' 'HOME/temp.csp'
0.06/0.39	c 1	1 domains, 25 variables, 2 predicates, 0 relations, 300 constraints
0.06/0.46	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	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.42/0.54	c 1	Parsing HOME/temp.csp
0.42/0.57	c 1	parsed 328 expressions
0.42/0.58	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.58	c 1	Converting to clausal form CSP
0.42/0.62	c 1	converted 33 (10%) expressions
0.42/0.65	c 1	converted 66 (20%) expressions
0.42/0.68	c 1	converted 99 (30%) expressions
0.42/0.71	c 1	converted 132 (40%) expressions
0.42/0.76	c 1	converted 164 (50%) expressions
0.42/0.78	c 1	converted 197 (60%) expressions
0.42/0.81	c 1	converted 230 (70%) expressions
0.42/0.84	c 1	converted 263 (80%) expressions
0.42/0.96	c 1	converted 296 (90%) expressions
0.42/0.97	c 1	converted 328 (100%) expressions
0.42/0.97	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 2500
0.42/0.97	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.97	c 1	Propagation in CSP
0.42/0.98	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.42/0.98	c 1	CSP : 125 integers, 50 booleans, 700 clauses, largest domain size 2500
0.42/0.98	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.42/0.98	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.00	c 1	CSP : 125 integers, 800 booleans, 1450 clauses, largest domain size 2500
0.93/1.00	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.93/1.03	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.24	c 1	13 (10%) CSP integer variables are encoded (32474 clauses, 464974 bytes)
1.13/1.28	c 1	25 (20%) CSP integer variables are encoded (62450 clauses, 914614 bytes)
1.13/1.28	c 1	38 (30%) CSP integer variables are encoded (63074 clauses, 923974 bytes)
1.13/1.28	c 1	50 (40%) CSP integer variables are encoded (63650 clauses, 932614 bytes)
1.13/1.28	c 1	63 (50%) CSP integer variables are encoded (64274 clauses, 941974 bytes)
1.13/1.29	c 1	75 (60%) CSP integer variables are encoded (64850 clauses, 950614 bytes)
1.13/1.29	c 1	88 (70%) CSP integer variables are encoded (65474 clauses, 959974 bytes)
1.13/1.29	c 1	100 (80%) CSP integer variables are encoded (66050 clauses, 968614 bytes)
1.13/1.29	c 1	113 (90%) CSP integer variables are encoded (66674 clauses, 977974 bytes)
1.13/1.29	c 1	125 (100%) CSP integer variables are encoded (67250 clauses, 986614 bytes)
1.42/1.59	c 2	145 (10%) CSP clauses are encoded (219599 clauses, 4103930 bytes)
1.92/2.00	c 2	290 (20%) CSP clauses are encoded (430416 clauses, 8517956 bytes)
2.21/2.34	c 3	435 (30%) CSP clauses are encoded (612001 clauses, 12381402 bytes)
2.51/2.68	c 3	580 (40%) CSP clauses are encoded (791087 clauses, 16304835 bytes)
2.91/3.03	c 3	725 (50%) CSP clauses are encoded (970173 clauses, 20228328 bytes)
3.21/3.37	c 4	870 (60%) CSP clauses are encoded (1151758 clauses, 24206794 bytes)
3.60/3.70	c 4	1015 (70%) CSP clauses are encoded (1330843 clauses, 28129592 bytes)
3.80/3.98	c 4	1160 (80%) CSP clauses are encoded (1480698 clauses, 31403294 bytes)
4.10/4.26	c 4	1305 (90%) CSP clauses are encoded (1628096 clauses, 34614788 bytes)
4.29/4.43	c 5	1450 (100%) CSP clauses are encoded (1711950 clauses, 36436026 bytes)
4.29/4.43	c 5	1450 CSP clauses encoded
4.29/4.43	c 5	Writing map file : HOME/temp.map
4.29/4.43	c 5	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.43	c 5	SAT : 68175 SAT variables, 1711950 SAT clauses, 36436026 bytes
4.29/4.43	c 5	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.48	c 5	SOLVING HOME/temp.cnf
4.29/4.48	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1816.02	c ERROR INTERRUPTED
1800.08/1816.02	s UNKNOWN
1800.08/1816.02	c 1816	CPU 4.36 (0.04 0.03 3.94 0.35)
1800.08/1816.02	c 1816	END Sun Jul 12 06:15:43 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-2080629-1247370327/watcher-2080629-1247370327 -o /tmp/evaluation-result-2080629-1247370327/solver-2080629-1247370327 -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-2080629-1247370327.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 1.98 1.99 4/82 24748
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=12268 CPUtime=0
/proc/24748/stat : 24748 (sugar) R 24746 24748 20738 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24100103 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 0 4224 0 0 0 0 17 1 0 0
/proc/24748/statm: 3067 316 241 3 0 167 0

[startup+0.067676 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 24748
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16212 CPUtime=0.05
/proc/24748/stat : 24748 (sugar) R 24746 24748 20738 0 -1 4194304 976 0 0 0 3 2 0 0 18 0 1 0 24100103 16601088 944 996147200 4194304 4206940 548682068608 18446744073709551615 244690834896 0 0 4224 0 0 0 0 17 1 0 0
/proc/24748/statm: 4053 944 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101785 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 24748
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=0.06
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24100103 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301698 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 24748
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=0.06
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24100103 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701737 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 24748
/proc/meminfo: memFree=1788552/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=0.42
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1309 4560 0 1 4 2 34 2 15 0 1 0 24100103 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 16868

[startup+1.50282 s]
/proc/loadavg: 2.07 2.00 2.00 4/93 24770
/proc/meminfo: memFree=1774256/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=0.42
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1310 4560 0 1 4 2 34 2 15 0 1 0 24100103 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1111 409 3 0 796 0
[pid=24761] ppid=24748 vsize=5356 CPUtime=0
/proc/24761/stat : 24761 (sh) S 24748 24748 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24100150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24761/statm: 1339 233 193 169 0 50 0
[pid=24762] ppid=24761 vsize=868656 CPUtime=1
/proc/24762/stat : 24762 (java) S 24761 24748 20738 0 -1 0 6404 0 1 0 96 4 0 0 18 0 9 0 24100150 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24762/statm: 217164 5571 2589 9 0 211641 0
[pid=24762/tid=24763] ppid=24761 vsize=868656 CPUtime=0.78
/proc/24762/task/24763/stat : 24763 (java) R 24761 24748 20738 0 -1 64 2813 0 1 0 76 2 0 0 21 0 9 0 24100151 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24764] ppid=24761 vsize=868656 CPUtime=0.05
/proc/24762/task/24764/stat : 24764 (java) S 24761 24748 20738 0 -1 64 1436 0 0 0 5 0 0 0 16 0 9 0 24100152 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24765] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24765/stat : 24765 (java) S 24761 24748 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24100152 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24766] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24766/stat : 24766 (java) S 24761 24748 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24100152 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24767] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24767/stat : 24767 (java) S 24761 24748 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24100154 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24768] ppid=24761 vsize=868656 CPUtime=0.14
/proc/24762/task/24768/stat : 24768 (java) S 24761 24748 20738 0 -1 64 1456 0 0 0 14 0 0 0 16 0 9 0 24100154 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24769] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24769/stat : 24769 (java) S 24761 24748 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24100154 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24770] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24770/stat : 24770 (java) S 24761 24748 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24100154 889503744 5571 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890880

[startup+3.10299 s]
/proc/loadavg: 2.07 2.00 2.00 3/93 24770
/proc/meminfo: memFree=1763312/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=0.42
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1310 4560 0 1 4 2 34 2 15 0 1 0 24100103 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1111 409 3 0 796 0
[pid=24761] ppid=24748 vsize=5356 CPUtime=0
/proc/24761/stat : 24761 (sh) S 24748 24748 20738 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24100150 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24761/statm: 1339 233 193 169 0 50 0
[pid=24762] ppid=24761 vsize=868656 CPUtime=2.59
/proc/24762/stat : 24762 (java) S 24761 24748 20738 0 -1 0 6899 0 1 0 240 19 0 0 18 0 9 0 24100150 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24762/statm: 217164 5582 2589 9 0 211641 0
[pid=24762/tid=24763] ppid=24761 vsize=868656 CPUtime=2.21
/proc/24762/task/24763/stat : 24763 (java) R 24761 24748 20738 0 -1 64 3297 0 1 0 207 14 0 0 25 0 9 0 24100151 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4126798449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24764] ppid=24761 vsize=868656 CPUtime=0.19
/proc/24762/task/24764/stat : 24764 (java) S 24761 24748 20738 0 -1 64 1436 0 0 0 15 4 0 0 16 0 9 0 24100152 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24765] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24765/stat : 24765 (java) S 24761 24748 20738 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24100152 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24766] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24766/stat : 24766 (java) S 24761 24748 20738 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24100152 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24767] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24767/stat : 24767 (java) S 24761 24748 20738 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24100154 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24768] ppid=24761 vsize=868656 CPUtime=0.16
/proc/24762/task/24768/stat : 24768 (java) S 24761 24748 20738 0 -1 64 1467 0 0 0 16 0 0 0 16 0 9 0 24100154 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24769] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24769/stat : 24769 (java) S 24761 24748 20738 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24100154 889503744 5582 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24762/tid=24770] ppid=24761 vsize=868656 CPUtime=0
/proc/24762/task/24770/stat : 24770 (java) S 24761 24748 20738 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24100154 889503744 5582 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) 890880

[startup+6.30232 s]
/proc/loadavg: 2.07 2.00 2.00 3/85 24772
/proc/meminfo: memFree=1739760/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=16104 CPUtime=1.77
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 2887 0 0 0 82 95 0 0 25 0 1 0 24100552 16490496 2873 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 4026 2873 40 102 0 3921 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 38328

[startup+12.702 s]
/proc/loadavg: 2.13 2.02 2.00 3/85 24772
/proc/meminfo: memFree=1715696/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=41088 CPUtime=8.12
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 9054 0 0 0 368 444 0 0 25 0 1 0 24100552 42074112 9040 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 10272 9040 40 102 0 10167 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 63312

[startup+25.5013 s]
/proc/loadavg: 2.11 2.02 2.00 3/85 24772
/proc/meminfo: memFree=1684400/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=72180 CPUtime=20.79
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 16255 0 0 0 1244 835 0 0 25 0 1 0 24100552 73912320 16206 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 18045 16206 42 102 0 17940 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 94404

[startup+51.102 s]
/proc/loadavg: 2.07 2.01 2.00 3/85 24772
/proc/meminfo: memFree=1683440/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=73104 CPUtime=46.15
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 16490 0 0 0 3779 836 0 0 25 0 1 0 24100552 74858496 16441 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 18276 16441 42 102 0 18171 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 95328

[startup+102.306 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 24772
/proc/meminfo: memFree=1681328/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=75084 CPUtime=96.85
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 17019 0 0 0 8848 837 0 0 25 0 1 0 24100552 76886016 16970 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 18771 16970 42 102 0 18666 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 97308

[startup+162.302 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 24772
/proc/meminfo: memFree=1679088/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1666928/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=88012 CPUtime=1285.57
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 20791 0 0 0 127716 841 0 0 25 0 1 0 24100552 90124288 20267 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22003 20267 48 102 0 21898 0
Current children cumulated CPU time (s) 1289.93
Current children cumulated vsize (KiB) 110236

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24780
/proc/meminfo: memFree=1666928/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=88012 CPUtime=1345
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 20791 0 0 0 133659 841 0 0 25 0 1 0 24100552 90124288 20267 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22003 20267 48 102 0 21898 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 110236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24780
/proc/meminfo: memFree=1666928/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=88012 CPUtime=1404.44
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 20791 0 0 0 139603 841 0 0 25 0 1 0 24100552 90124288 20267 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22003 20267 48 102 0 21898 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 110236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24780
/proc/meminfo: memFree=1666928/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=88012 CPUtime=1463.87
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 20791 0 0 0 145546 841 0 0 25 0 1 0 24100552 90124288 20267 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22003 20267 48 102 0 21898 0
Current children cumulated CPU time (s) 1468.23
Current children cumulated vsize (KiB) 110236

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24780
/proc/meminfo: memFree=1666928/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=88012 CPUtime=1523.31
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 20791 0 0 0 151490 841 0 0 25 0 1 0 24100552 90124288 20267 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22003 20267 48 102 0 21898 0
Current children cumulated CPU time (s) 1527.67
Current children cumulated vsize (KiB) 110236

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24780
/proc/meminfo: memFree=1666800/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=88144 CPUtime=1582.75
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 20817 0 0 0 157434 841 0 0 25 0 1 0 24100552 90259456 20293 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22036 20293 48 102 0 21931 0
Current children cumulated CPU time (s) 1587.11
Current children cumulated vsize (KiB) 110368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24780
/proc/meminfo: memFree=1665264/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=89596 CPUtime=1642.18
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 21172 0 0 0 163376 842 0 0 25 0 1 0 24100552 91746304 20648 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24772/statm: 22399 20648 48 102 0 22294 0
Current children cumulated CPU time (s) 1646.54
Current children cumulated vsize (KiB) 111820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 24823
/proc/meminfo: memFree=1735600/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=89992 CPUtime=1702.05
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 21421 0 0 0 169362 843 0 0 25 0 1 0 24100552 92151808 20763 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24772/statm: 22498 20763 48 102 0 22393 0
Current children cumulated CPU time (s) 1706.41
Current children cumulated vsize (KiB) 112216

[startup+1782.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/84 24823
/proc/meminfo: memFree=1735408/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=89992 CPUtime=1762.03
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 21421 0 0 0 175360 843 0 0 25 0 1 0 24100552 92151808 20763 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24772/statm: 22498 20763 48 102 0 22393 0
Current children cumulated CPU time (s) 1766.39
Current children cumulated vsize (KiB) 112216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816 s]
/proc/loadavg: 2.05 2.02 2.00 3/84 24823
/proc/meminfo: memFree=1735408/2055920 swapFree=4192812/4192956
[pid=24748] ppid=24746 vsize=16868 CPUtime=4.36
/proc/24748/stat : 24748 (sugar) S 24746 24748 20738 0 -1 4194304 1364 12170 0 2 4 3 394 35 16 0 1 0 24100103 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24748/statm: 4217 1112 409 3 0 796 0
[pid=24771] ppid=24748 vsize=5356 CPUtime=0
/proc/24771/stat : 24771 (sh) S 24748 24748 20738 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24100551 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24771/statm: 1339 232 193 169 0 50 0
[pid=24772] ppid=24771 vsize=89992 CPUtime=1795.72
/proc/24772/stat : 24772 (picosat) R 24771 24748 20738 0 -1 4194304 21421 0 0 0 178729 843 0 0 25 0 1 0 24100552 92151808 20763 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24772/statm: 22498 20763 48 102 0 22393 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 112216

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 24748 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=991393
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=404938
# CPU time returned by wait4() is 4.39633
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.05
CPU time (s): 1800.08
CPU user time (s): 1791.27
CPU system time (s): 8.81
CPU usage (%): 99.1208
Max. virtual memory (cumulated for all children) (KiB): 890880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.99139
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13927
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= 9380
involuntary context switches= 9383

runsolver used 2.46862 second user time and 5.80712 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 05:45:27
IDJOB=2080629
IDBENCH=57116
IDSOLVER=738
FILE ID=node7/2080629-1247370327
PBS_JOBID= 9507048
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/knights/normalized-knights-50-25.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-2080629-1247370327/watcher-2080629-1247370327 -o /tmp/evaluation-result-2080629-1247370327/solver-2080629-1247370327 -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-2080629-1247370327.xml

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

MD5SUM BENCH= 6094f58e403d75120e0b4306e300bfb0
RANDOM SEED=359582990

node7.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.231
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.231
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:       1789032 kB
Buffers:          8472 kB
Cached:          82512 kB
SwapCached:          0 kB
Active:         195624 kB
Inactive:        19192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1420 kB
Writeback:           0 kB
Mapped:         144216 kB
Slab:            36876 kB
Committed_AS:   353624 kB
PageTables:       2120 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= 66136 MiB
End job on node7 at 2009-07-12 06:15:45