Trace number 1070073

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.06 1804.83

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl50-60-pb-cnf-cr.xml
MD5SUM6dd25a429d4058fdd77e446204c58115
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(220)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 11:18:18 2008
0.00/0.04	c 0	PID 24702
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1070073-1215163097.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1070073-1215163097.xml' 'HOME/temp.csp'
0.03/0.82	c 0	1 domains, 6000 variables, 0 predicates, 0 relations, 220 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.79/0.91	c 0	Parsing HOME/temp.csp
1.13/1.28	c 1	parsed 6221 expressions
1.13/1.28	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.28	c 1	Converting to clausal form CSP
1.24/1.32	c 1	converted 623 (10%) expressions
1.24/1.32	c 1	converted 1245 (20%) expressions
1.24/1.33	c 1	converted 1867 (30%) expressions
1.24/1.34	c 1	converted 2489 (40%) expressions
1.24/1.34	c 1	converted 3111 (50%) expressions
1.24/1.34	c 1	converted 3733 (60%) expressions
1.24/1.34	c 1	converted 4355 (70%) expressions
1.24/1.34	c 1	converted 4977 (80%) expressions
1.24/1.34	c 1	converted 5599 (90%) expressions
2.32/2.43	c 2	converted 6221 (100%) expressions
2.32/2.44	c 2	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 31
2.32/2.44	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.32/2.44	c 2	Propagation in CSP
2.63/2.71	c 2	23800 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.63/2.71	c 2	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 26
2.63/2.71	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.63/2.73	c 2	Simplifing CSP by introducing new Boolean variables
2.63/2.74	c 2	CSP : 17560 integers, 0 booleans, 23340 clauses, largest domain size 26
2.63/2.74	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.74/2.84	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.74/2.88	c 2	1756 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.74/2.88	c 2	3512 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.74/2.88	c 2	5268 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.74/2.89	c 2	7024 (40%) CSP integer variables are encoded (3991 clauses, 53562 bytes)
2.83/2.91	c 2	8780 (50%) CSP integer variables are encoded (10862 clauses, 156627 bytes)
2.83/2.92	c 3	10536 (60%) CSP integer variables are encoded (17766 clauses, 260187 bytes)
2.83/2.93	c 3	12292 (70%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.83/2.93	c 3	14048 (80%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.83/2.93	c 3	15804 (90%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.83/2.93	c 3	17560 (100%) CSP integer variables are encoded (22560 clauses, 332097 bytes)
2.93/3.07	c 3	2334 (10%) CSP clauses are encoded (62740 clauses, 1038306 bytes)
3.03/3.16	c 3	4668 (20%) CSP clauses are encoded (102946 clauses, 1823281 bytes)
3.13/3.25	c 3	7002 (30%) CSP clauses are encoded (143120 clauses, 2607625 bytes)
3.23/3.35	c 3	9336 (40%) CSP clauses are encoded (183422 clauses, 3394542 bytes)
3.32/3.44	c 3	11670 (50%) CSP clauses are encoded (223380 clauses, 4174675 bytes)
3.32/3.47	c 3	14004 (60%) CSP clauses are encoded (228028 clauses, 4246388 bytes)
3.32/3.49	c 3	16338 (70%) CSP clauses are encoded (232676 clauses, 4318119 bytes)
3.42/3.52	c 3	18672 (80%) CSP clauses are encoded (237324 clauses, 4390531 bytes)
3.42/3.55	c 3	21006 (90%) CSP clauses are encoded (241972 clauses, 4463585 bytes)
3.42/3.57	c 3	23340 (100%) CSP clauses are encoded (246620 clauses, 4536639 bytes)
3.42/3.57	c 3	23340 CSP clauses encoded
3.42/3.57	c 3	Writing map file : HOME/temp.map
3.52/3.64	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.64	c 3	SAT : 40120 SAT variables, 246620 SAT clauses, 4536639 bytes
3.52/3.64	c 3	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.67	c 3	SOLVING HOME/temp.cnf
3.52/3.67	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1804.81	c ERROR INTERRUPTED
1800.06/1804.83	s UNKNOWN
1800.06/1804.83	c 1804	CPU 3.43 (0.04 0.01 3.39 0.16)
1800.06/1804.83	c 1804	END Fri Jul  4 11:48:22 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070073-1215163097/watcher-1070073-1215163097 -o /tmp/evaluation-result-1070073-1215163097/solver-1070073-1215163097 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1070073-1215163097.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 24702
/proc/meminfo: memFree=1854232/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=12268 CPUtime=0
/proc/24702/stat : 24702 (sugar) R 24700 24702 23978 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1995278638 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/24702/statm: 3067 316 241 3 0 167 0

[startup+0.0899271 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 24702
/proc/meminfo: memFree=1854232/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=0.03
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995278638 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101919 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 24702
/proc/meminfo: memFree=1854232/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=0.03
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995278638 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301947 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 24702
/proc/meminfo: memFree=1854232/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=0.03
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995278638 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702014 s]
/proc/loadavg: 2.08 2.02 2.01 4/72 24702
/proc/meminfo: memFree=1854232/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=0.03
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1995278638 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50215 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 24724
/proc/meminfo: memFree=1846464/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=0.79
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 973 6709 0 1 3 0 72 4 15 0 1 0 1995278638 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 797 370 3 0 500 0
[pid=24715] ppid=24702 vsize=5356 CPUtime=0
/proc/24715/stat : 24715 (sh) S 24702 24702 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995278721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24715/statm: 1339 233 193 169 0 50 0
[pid=24716] ppid=24715 vsize=865272 CPUtime=0.64
/proc/24716/stat : 24716 (java) S 24715 24702 23978 0 -1 0 6237 0 1 0 61 3 0 0 18 0 9 0 1995278721 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24716/statm: 216318 5497 2540 9 0 210893 0
[pid=24716/tid=24717] ppid=24715 vsize=865272 CPUtime=0.39
/proc/24716/task/24717/stat : 24717 (java) R 24715 24702 23978 0 -1 64 2667 0 1 0 38 1 0 0 22 0 9 0 1995278722 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24718] ppid=24715 vsize=865272 CPUtime=0.09
/proc/24716/task/24718/stat : 24718 (java) S 24715 24702 23978 0 -1 64 2274 0 0 0 9 0 0 0 16 0 9 0 1995278723 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24719] ppid=24715 vsize=865272 CPUtime=0
/proc/24716/task/24719/stat : 24719 (java) S 24715 24702 23978 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995278724 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24720] ppid=24715 vsize=865272 CPUtime=0
/proc/24716/task/24720/stat : 24720 (java) S 24715 24702 23978 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995278724 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24721] ppid=24715 vsize=865272 CPUtime=0
/proc/24716/task/24721/stat : 24721 (java) S 24715 24702 23978 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995278726 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24722] ppid=24715 vsize=865272 CPUtime=0.13
/proc/24716/task/24722/stat : 24722 (java) R 24715 24702 23978 0 -1 64 604 0 0 0 13 0 0 0 16 0 9 0 1995278726 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 101754201 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24723] ppid=24715 vsize=865272 CPUtime=0
/proc/24716/task/24723/stat : 24723 (java) S 24715 24702 23978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995278726 886038528 5497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24724] ppid=24715 vsize=865272 CPUtime=0
/proc/24716/task/24724/stat : 24724 (java) S 24715 24702 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995278726 886038528 5497 996147200 134512640 134550740 4294955952 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) 884228

[startup+3.1024 s]
/proc/loadavg: 2.08 2.02 2.01 3/83 24724
/proc/meminfo: memFree=1828800/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=0.8
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 974 6709 0 1 3 1 72 4 15 0 1 0 1995278638 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 797 370 3 0 500 0
[pid=24715] ppid=24702 vsize=5356 CPUtime=0
/proc/24715/stat : 24715 (sh) S 24702 24702 23978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1995278721 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24715/statm: 1339 233 193 169 0 50 0
[pid=24716] ppid=24715 vsize=868500 CPUtime=2.23
/proc/24716/stat : 24716 (java) S 24715 24702 23978 0 -1 0 10677 0 1 0 215 8 0 0 18 0 9 0 1995278721 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24716/statm: 217125 9666 2565 9 0 211672 0
[pid=24716/tid=24717] ppid=24715 vsize=868500 CPUtime=1.44
/proc/24716/task/24717/stat : 24717 (java) R 24715 24702 23978 0 -1 64 2975 0 1 0 142 2 0 0 25 0 9 0 1995278722 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4127055692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24718] ppid=24715 vsize=868500 CPUtime=0.49
/proc/24716/task/24718/stat : 24718 (java) S 24715 24702 23978 0 -1 64 5503 0 0 0 46 3 0 0 16 0 9 0 1995278723 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24719] ppid=24715 vsize=868500 CPUtime=0
/proc/24716/task/24719/stat : 24719 (java) S 24715 24702 23978 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1995278724 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24720] ppid=24715 vsize=868500 CPUtime=0
/proc/24716/task/24720/stat : 24720 (java) S 24715 24702 23978 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1995278724 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24721] ppid=24715 vsize=868500 CPUtime=0
/proc/24716/task/24721/stat : 24721 (java) S 24715 24702 23978 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1995278726 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24722] ppid=24715 vsize=868500 CPUtime=0.27
/proc/24716/task/24722/stat : 24722 (java) S 24715 24702 23978 0 -1 64 1507 0 0 0 26 1 0 0 16 0 9 0 1995278726 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24723] ppid=24715 vsize=868500 CPUtime=0
/proc/24716/task/24723/stat : 24723 (java) S 24715 24702 23978 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1995278726 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24716/tid=24724] ppid=24715 vsize=868500 CPUtime=0
/proc/24716/task/24724/stat : 24724 (java) S 24715 24702 23978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1995278726 889344000 9666 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887456

[startup+6.30191 s]
/proc/loadavg: 2.15 2.03 2.01 3/75 24726
/proc/meminfo: memFree=1838720/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=12668 CPUtime=2.61
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 2562 0 0 0 153 108 0 0 25 0 1 0 1995279005 12972032 2535 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/24726/statm: 3167 2535 48 102 0 3062 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 31624

[startup+12.7029 s]
/proc/loadavg: 2.14 2.03 2.01 3/75 24726
/proc/meminfo: memFree=1833416/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=16496 CPUtime=8.98
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 3551 0 0 0 789 109 0 0 25 0 1 0 1995279005 16891904 3524 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24726/statm: 4124 3524 48 102 0 4019 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 35452

[startup+25.502 s]
/proc/loadavg: 2.11 2.03 2.01 3/75 24726
/proc/meminfo: memFree=1827208/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=22948 CPUtime=21.71
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 5184 0 0 0 2061 110 0 0 25 0 1 0 1995279005 23498752 5120 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/24726/statm: 5737 5120 48 102 0 5632 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 41904

[startup+51.1011 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 24726
/proc/meminfo: memFree=1818696/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=30788 CPUtime=47.18
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 7236 0 0 0 4607 111 0 0 25 0 1 0 1995279005 31526912 7049 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/24726/statm: 7697 7049 48 102 0 7592 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 49744

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/75 24726
/proc/meminfo: memFree=1801480/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=47832 CPUtime=98.14
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 11650 0 0 0 9699 115 0 0 25 0 1 0 1995279005 48979968 11321 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/24726/statm: 11958 11321 48 102 0 11853 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 66788

[startup+162.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 24726
/proc/meminfo: memFree=1792712/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1708808/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=133544 CPUtime=1294.18
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 34318 0 0 0 129281 137 0 0 25 0 1 0 1995279005 136749056 32575 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 33386 32575 48 102 0 33281 0
Current children cumulated CPU time (s) 1297.78
Current children cumulated vsize (KiB) 152500

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 24843
/proc/meminfo: memFree=1708744/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=133544 CPUtime=1354.14
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 34444 0 0 0 135277 137 0 0 25 0 1 0 1995279005 136749056 32585 996147200 134512640 134931368 4294956256 18446744073709551615 134522892 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 33386 32585 48 102 0 33281 0
Current children cumulated CPU time (s) 1357.74
Current children cumulated vsize (KiB) 152500

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 24843
/proc/meminfo: memFree=1708744/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=133544 CPUtime=1414.12
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 34444 0 0 0 141275 137 0 0 25 0 1 0 1995279005 136749056 32585 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 33386 32585 48 102 0 33281 0
Current children cumulated CPU time (s) 1417.72
Current children cumulated vsize (KiB) 152500

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 24843
/proc/meminfo: memFree=1689672/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=152564 CPUtime=1474.1
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 39314 0 0 0 147268 142 0 0 25 0 1 0 1995279005 156225536 37337 996147200 134512640 134931368 4294956256 18446744073709551615 134531142 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 38141 37337 48 102 0 38036 0
Current children cumulated CPU time (s) 1477.7
Current children cumulated vsize (KiB) 171520

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 24843
/proc/meminfo: memFree=1689672/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=152564 CPUtime=1534.07
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 39314 0 0 0 153265 142 0 0 25 0 1 0 1995279005 156225536 37337 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 38141 37337 48 102 0 38036 0
Current children cumulated CPU time (s) 1537.67
Current children cumulated vsize (KiB) 171520

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24843
/proc/meminfo: memFree=1697032/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=145160 CPUtime=1594.04
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 39322 0 0 0 159262 142 0 0 25 0 1 0 1995279005 148643840 35501 996147200 134512640 134931368 4294956256 18446744073709551615 134549495 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 36290 35501 48 102 0 36185 0
Current children cumulated CPU time (s) 1597.64
Current children cumulated vsize (KiB) 164116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24843
/proc/meminfo: memFree=1696968/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=145160 CPUtime=1654.01
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 39322 0 0 0 165259 142 0 0 25 0 1 0 1995279005 148643840 35501 996147200 134512640 134931368 4294956256 18446744073709551615 134543543 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 36290 35501 48 102 0 36185 0
Current children cumulated CPU time (s) 1657.61
Current children cumulated vsize (KiB) 164116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24843
/proc/meminfo: memFree=1687560/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=155052 CPUtime=1713.99
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 41797 0 0 0 171254 145 0 0 25 0 1 0 1995279005 158773248 37849 996147200 134512640 134931368 4294956256 18446744073709551615 134531132 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 38763 37849 48 102 0 38658 0
Current children cumulated CPU time (s) 1717.59
Current children cumulated vsize (KiB) 174008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24843
/proc/meminfo: memFree=1687368/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=155052 CPUtime=1773.97
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 41797 0 0 0 177252 145 0 0 25 0 1 0 1995279005 158773248 37849 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 38763 37849 48 102 0 38658 0
Current children cumulated CPU time (s) 1777.57
Current children cumulated vsize (KiB) 174008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24843
/proc/meminfo: memFree=1687368/2055920 swapFree=4179736/4192956
[pid=24702] ppid=24700 vsize=13600 CPUtime=3.6
/proc/24702/stat : 24702 (sugar) S 24700 24702 23978 0 -1 4194304 1024 17777 0 2 4 1 339 16 16 0 1 0 1995278638 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24702/statm: 3400 799 370 3 0 500 0
[pid=24725] ppid=24702 vsize=5356 CPUtime=0
/proc/24725/stat : 24725 (sh) S 24702 24702 23978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1995279005 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24725/statm: 1339 232 193 169 0 50 0
[pid=24726] ppid=24725 vsize=155052 CPUtime=1796.46
/proc/24726/stat : 24726 (picosat) R 24725 24702 23978 0 -1 4194304 41797 0 0 0 179501 145 0 0 25 0 1 0 1995279005 158773248 37849 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/24726/statm: 38763 37849 48 102 0 38658 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 174008

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

Real time (s): 1804.83
CPU time (s): 1800.06
CPU user time (s): 1798.44
CPU system time (s): 1.62
CPU usage (%): 99.7356
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.43948
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19155
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= 3733
involuntary context switches= 3655

runsolver used 2.24566 second user time and 5.37518 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-04 11:18:18
IDJOB=1070073
IDBENCH=55792
IDSOLVER=345
FILE ID=node69/1070073-1215163097
PBS_JOBID= 7881469
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl50-60-pb-cnf-cr.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070073-1215163097/watcher-1070073-1215163097 -o /tmp/evaluation-result-1070073-1215163097/solver-1070073-1215163097 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1070073-1215163097.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6dd25a429d4058fdd77e446204c58115
RANDOM SEED=538331916

node69.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.259
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.259
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:       1854712 kB
Buffers:         26420 kB
Cached:         103644 kB
SwapCached:       7092 kB
Active:         102408 kB
Inactive:        39664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1854712 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            1836 kB
Writeback:           0 kB
Mapped:          19336 kB
Slab:            44456 kB
Committed_AS:  3870784 kB
PageTables:       1848 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= 66552 MiB
End job on node69 at 2008-07-04 11:48:24