Trace number 2066230

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.05 1800.94

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-51.xml
MD5SUM34c985c8097cd390f32bbf792e205ac2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables5100
Number of constraints202
Maximum constraint arity51
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension202
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sat Jul 11 21:50:01 2009
0.06/0.08	c 0	PID 16687
0.06/0.08	c 0	HOST node58.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2066230-1247341800.xml TO HOME/temp.csp
0.06/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-2066230-1247341800.xml' 'HOME/temp.csp'
0.06/0.73	c 0	1 domains, 5100 variables, 2 predicates, 0 relations, 202 constraints
0.06/0.76	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.76	c 0	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.69/0.84	c 0	Parsing HOME/temp.csp
0.69/0.97	c 1	parsed 5305 expressions
0.69/0.98	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.69/0.98	c 1	Converting to clausal form CSP
0.90/1.02	c 1	converted 531 (10%) expressions
0.90/1.03	c 1	converted 1061 (20%) expressions
0.90/1.04	c 1	converted 1592 (30%) expressions
0.90/1.04	c 1	converted 2122 (40%) expressions
0.90/1.04	c 1	converted 2653 (50%) expressions
0.90/1.04	c 1	converted 3183 (60%) expressions
0.90/1.04	c 1	converted 3714 (70%) expressions
0.90/1.04	c 1	converted 4244 (80%) expressions
0.90/1.04	c 1	converted 4775 (90%) expressions
1.50/1.67	c 1	converted 5305 (100%) expressions
1.50/1.67	c 1	CSP : 6918 integers, 0 booleans, 3838 clauses, largest domain size 18
1.50/1.67	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.67	c 1	Propagation in CSP
1.70/1.82	c 1	4500 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.82	c 1	CSP : 6918 integers, 0 booleans, 3838 clauses, largest domain size 18
1.70/1.82	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.83	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.83	c 1	CSP : 6918 integers, 0 booleans, 3838 clauses, largest domain size 18
1.70/1.83	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.88	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.70/1.89	c 1	692 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.70/1.90	c 1	1384 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.90	c 1	2076 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.91	c 1	2768 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.91	c 1	3459 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.91	c 1	4151 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.91	c 1	4843 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.79/1.92	c 1	5535 (80%) CSP integer variables are encoded (4399 clauses, 57251 bytes)
1.79/1.93	c 2	6227 (90%) CSP integer variables are encoded (9282 clauses, 130377 bytes)
1.79/1.93	c 2	6918 (100%) CSP integer variables are encoded (9282 clauses, 130377 bytes)
2.99/3.17	c 3	384 (10%) CSP clauses are encoded (102834 clauses, 2500935 bytes)
4.09/4.30	c 4	768 (20%) CSP clauses are encoded (196054 clauses, 5244790 bytes)
5.30/5.46	c 5	1152 (30%) CSP clauses are encoded (288762 clauses, 8035678 bytes)
6.39/6.59	c 6	1536 (40%) CSP clauses are encoded (381802 clauses, 10885316 bytes)
7.58/7.73	c 7	1919 (50%) CSP clauses are encoded (473983 clauses, 13707008 bytes)
8.18/8.35	c 8	2303 (60%) CSP clauses are encoded (483683 clauses, 13913535 bytes)
8.77/8.93	c 9	2687 (70%) CSP clauses are encoded (489013 clauses, 13982236 bytes)
9.38/9.52	c 9	3071 (80%) CSP clauses are encoded (494334 clauses, 14052857 bytes)
9.98/10.12	c 10	3455 (90%) CSP clauses are encoded (499697 clauses, 14126221 bytes)
10.57/10.71	c 10	3838 (100%) CSP clauses are encoded (504984 clauses, 14198569 bytes)
10.57/10.71	c 10	3838 CSP clauses encoded
10.57/10.71	c 10	Writing map file : HOME/temp.map
10.57/10.73	c 10	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.57/10.73	c 10	SAT : 16200 SAT variables, 504984 SAT clauses, 14198569 bytes
10.57/10.73	c 10	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.57/10.77	c 10	SOLVING HOME/temp.cnf
10.57/10.77	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1800.91	c ERROR INTERRUPTED
1800.05/1800.94	s UNKNOWN
1800.05/1800.94	c 1801	CPU 10.64 (0.06 0.01 10.32 0.25)
1800.05/1800.94	c 1801	END Sat Jul 11 22:20:02 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-2066230-1247341800/watcher-2066230-1247341800 -o /tmp/evaluation-result-2066230-1247341800/solver-2066230-1247341800 -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-2066230-1247341800.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: 2.07 2.09 1.93 4/81 16687
/proc/meminfo: memFree=1652064/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=12268 CPUtime=0
/proc/16687/stat : 16687 (sugar) R 16685 16687 15636 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 21243182 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 226238364261 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16687/statm: 3067 316 241 3 0 167 0

[startup+0.0804751 s]
/proc/loadavg: 2.07 2.09 1.93 4/81 16687
/proc/meminfo: memFree=1652064/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16740 CPUtime=0.06
/proc/16687/stat : 16687 (sugar) R 16685 16687 15636 0 -1 4194304 1116 0 0 0 5 1 0 0 18 0 1 0 21243182 17141760 1084 996147200 4194304 4206940 548682068608 18446744073709551615 226255927142 0 0 4224 0 0 0 0 17 1 0 0
/proc/16687/statm: 4185 1084 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101668 s]
/proc/loadavg: 2.07 2.09 1.93 4/81 16687
/proc/meminfo: memFree=1652064/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=0.06
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21243182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301487 s]
/proc/loadavg: 2.07 2.09 1.93 4/81 16687
/proc/meminfo: memFree=1652064/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=0.06
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21243182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70153 s]
/proc/loadavg: 2.07 2.09 1.93 4/81 16687
/proc/meminfo: memFree=1652064/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=0.06
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21243182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5026 s]
/proc/loadavg: 2.07 2.09 1.93 3/92 16709
/proc/meminfo: memFree=1646600/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=0.69
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1309 5333 0 1 5 1 60 3 15 0 1 0 21243182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16687/statm: 4217 1111 409 3 0 796 0
[pid=16700] ppid=16687 vsize=5356 CPUtime=0
/proc/16700/stat : 16700 (sh) S 16687 16687 15636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21243258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 1339 233 193 169 0 50 0
[pid=16701] ppid=16700 vsize=868600 CPUtime=0.71
/proc/16701/stat : 16701 (java) S 16700 16687 15636 0 -1 0 7184 0 1 0 67 4 0 0 18 0 9 0 21243259 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16701/statm: 217150 6404 2566 9 0 211655 0
[pid=16701/tid=16702] ppid=16700 vsize=868600 CPUtime=0.41
/proc/16701/task/16702/stat : 16702 (java) R 16700 16687 15636 0 -1 64 2684 0 1 0 39 2 0 0 22 0 9 0 21243260 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4126512250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16703] ppid=16700 vsize=868600 CPUtime=0.08
/proc/16701/task/16703/stat : 16703 (java) S 16700 16687 15636 0 -1 64 2292 0 0 0 8 0 0 0 16 0 9 0 21243261 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16704] ppid=16700 vsize=868600 CPUtime=0
/proc/16701/task/16704/stat : 16704 (java) S 16700 16687 15636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21243261 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16705] ppid=16700 vsize=868600 CPUtime=0
/proc/16701/task/16705/stat : 16705 (java) S 16700 16687 15636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21243261 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16706] ppid=16700 vsize=868600 CPUtime=0
/proc/16701/task/16706/stat : 16706 (java) S 16700 16687 15636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21243263 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16707] ppid=16700 vsize=868600 CPUtime=0.19
/proc/16701/task/16707/stat : 16707 (java) S 16700 16687 15636 0 -1 64 1509 0 0 0 18 1 0 0 16 0 9 0 21243263 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16708] ppid=16700 vsize=868600 CPUtime=0
/proc/16701/task/16708/stat : 16708 (java) S 16700 16687 15636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21243263 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16709] ppid=16700 vsize=868600 CPUtime=0
/proc/16701/task/16709/stat : 16709 (java) S 16700 16687 15636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21243263 889446400 6404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890824

[startup+3.10274 s]
/proc/loadavg: 2.15 2.10 1.94 3/92 16709
/proc/meminfo: memFree=1631112/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=0.7
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1310 5333 0 1 6 1 60 3 15 0 1 0 21243182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16687/statm: 4217 1111 409 3 0 796 0
[pid=16700] ppid=16687 vsize=5356 CPUtime=0
/proc/16700/stat : 16700 (sh) S 16687 16687 15636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21243258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 1339 233 193 169 0 50 0
[pid=16701] ppid=16700 vsize=868712 CPUtime=2.29
/proc/16701/stat : 16701 (java) S 16700 16687 15636 0 -1 0 7773 0 1 0 221 8 0 0 18 0 9 0 21243259 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16701/statm: 217178 6817 2590 9 0 211655 0
[pid=16701/tid=16702] ppid=16700 vsize=868712 CPUtime=1.82
/proc/16701/task/16702/stat : 16702 (java) R 16700 16687 15636 0 -1 64 2901 0 1 0 178 4 0 0 25 0 9 0 21243260 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4126555696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16703] ppid=16700 vsize=868712 CPUtime=0.19
/proc/16701/task/16703/stat : 16703 (java) S 16700 16687 15636 0 -1 64 2632 0 0 0 18 1 0 0 16 0 9 0 21243261 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16704] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16704/stat : 16704 (java) S 16700 16687 15636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21243261 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16705] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16705/stat : 16705 (java) S 16700 16687 15636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21243261 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16706] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16706/stat : 16706 (java) S 16700 16687 15636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21243263 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16707] ppid=16700 vsize=868712 CPUtime=0.23
/proc/16701/task/16707/stat : 16707 (java) S 16700 16687 15636 0 -1 64 1541 0 0 0 22 1 0 0 16 0 9 0 21243263 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16708] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16708/stat : 16708 (java) S 16700 16687 15636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21243263 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16709] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16709/stat : 16709 (java) S 16700 16687 15636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21243263 889561088 6817 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890936

[startup+6.30202 s]
/proc/loadavg: 2.15 2.10 1.94 2/78 16728
/proc/meminfo: memFree=1707064/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=0.7
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1310 5333 0 1 6 1 60 3 16 0 1 0 21243182 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1111 409 3 0 796 0
[pid=16700] ppid=16687 vsize=5356 CPUtime=0
/proc/16700/stat : 16700 (sh) S 16687 16687 15636 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21243258 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16700/statm: 1339 233 193 169 0 50 0
[pid=16701] ppid=16700 vsize=868712 CPUtime=5.49
/proc/16701/stat : 16701 (java) S 16700 16687 15636 0 -1 0 8111 0 1 0 535 14 0 0 18 0 9 0 21243259 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16701/statm: 217178 6826 2590 9 0 211655 0
[pid=16701/tid=16702] ppid=16700 vsize=868712 CPUtime=4.94
/proc/16701/task/16702/stat : 16702 (java) R 16700 16687 15636 0 -1 64 3230 0 1 0 485 9 0 0 25 0 9 0 21243260 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4126553441 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16701/tid=16703] ppid=16700 vsize=868712 CPUtime=0.28
/proc/16701/task/16703/stat : 16703 (java) S 16700 16687 15636 0 -1 64 2632 0 0 0 25 3 0 0 16 0 9 0 21243261 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16701/tid=16704] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16704/stat : 16704 (java) S 16700 16687 15636 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21243261 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16705] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16705/stat : 16705 (java) S 16700 16687 15636 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21243261 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16706] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16706/stat : 16706 (java) S 16700 16687 15636 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21243263 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16707] ppid=16700 vsize=868712 CPUtime=0.25
/proc/16701/task/16707/stat : 16707 (java) S 16700 16687 15636 0 -1 64 1550 0 0 0 24 1 0 0 16 0 9 0 21243263 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16708] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16708/stat : 16708 (java) S 16700 16687 15636 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21243263 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16701/tid=16709] ppid=16700 vsize=868712 CPUtime=0
/proc/16701/task/16709/stat : 16709 (java) S 16700 16687 15636 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21243263 889561088 6826 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890936

[startup+12.7016 s]
/proc/loadavg: 2.20 2.12 1.95 3/75 16740
/proc/meminfo: memFree=1687560/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=8248 CPUtime=1.91
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 1856 0 0 0 89 102 0 0 25 0 1 0 21244259 8445952 1842 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 2062 1842 40 102 0 1957 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 30472

[startup+25.5017 s]
/proc/loadavg: 2.17 2.11 1.95 3/75 16740
/proc/meminfo: memFree=1659912/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=34064 CPUtime=14.71
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 8414 0 0 0 1131 340 0 0 25 0 1 0 21244259 34881536 8387 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 8516 8387 48 102 0 8411 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 56288

[startup+51.102 s]
/proc/loadavg: 2.11 2.10 1.95 3/75 16740
/proc/meminfo: memFree=1628488/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=67420 CPUtime=40.29
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 16283 0 0 0 3683 346 0 0 25 0 1 0 21244259 69038080 16256 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 16855 16256 48 102 0 16750 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 89644

[startup+102.306 s]
/proc/loadavg: 2.04 2.08 1.95 3/75 16742
/proc/meminfo: memFree=1614984/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1478856/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=214844 CPUtime=1350.98
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 57852 0 0 0 134710 388 0 0 25 0 1 0 21244259 220000256 53198 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 53711 53198 48 102 0 53606 0
Current children cumulated CPU time (s) 1361.62
Current children cumulated vsize (KiB) 237068

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.95 3/75 16748
/proc/meminfo: memFree=1478856/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=214844 CPUtime=1410.96
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 57869 0 0 0 140708 388 0 0 25 0 1 0 21244259 220000256 53215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 53711 53215 48 102 0 53606 0
Current children cumulated CPU time (s) 1421.6
Current children cumulated vsize (KiB) 237068

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 1.95 3/75 16748
/proc/meminfo: memFree=1478856/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=214844 CPUtime=1470.93
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 57869 0 0 0 146705 388 0 0 25 0 1 0 21244259 220000256 53215 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 53711 53215 48 102 0 53606 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 237068

[startup+1542.3 s]
/proc/loadavg: 2.12 2.04 1.96 3/75 16748
/proc/meminfo: memFree=1467208/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=226616 CPUtime=1530.91
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 60798 0 0 0 152700 391 0 0 25 0 1 0 21244259 232054784 56144 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 56654 56144 48 102 0 56549 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 248840

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/75 16748
/proc/meminfo: memFree=1450120/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=243328 CPUtime=1590.88
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 65222 0 0 0 158693 395 0 0 25 0 1 0 21244259 249167872 60348 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 60832 60348 48 102 0 60727 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 265552

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/75 16748
/proc/meminfo: memFree=1450120/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=243328 CPUtime=1650.86
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 65222 0 0 0 164691 395 0 0 25 0 1 0 21244259 249167872 60348 996147200 134512640 134931368 4294956256 18446744073709551615 134549502 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 60832 60348 48 102 0 60727 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 265552

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/75 16748
/proc/meminfo: memFree=1450120/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=243328 CPUtime=1710.84
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 65222 0 0 0 170689 395 0 0 25 0 1 0 21244259 249167872 60348 996147200 134512640 134931368 4294956256 18446744073709551615 134520047 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 60832 60348 48 102 0 60727 0
Current children cumulated CPU time (s) 1721.48
Current children cumulated vsize (KiB) 265552

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 1.97 3/75 16748
/proc/meminfo: memFree=1453512/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=239600 CPUtime=1770.81
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 65240 0 0 0 176686 395 0 0 25 0 1 0 21244259 245350400 59442 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 59900 59442 48 102 0 59795 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 261824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.9 s]
/proc/loadavg: 2.11 2.04 1.97 3/75 16748
/proc/meminfo: memFree=1453512/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=239600 CPUtime=1789.41
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 65240 0 0 0 178546 395 0 0 25 0 1 0 21244259 245350400 59442 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 59900 59442 48 102 0 59795 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 261824

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1800.9 s]
/proc/loadavg: 2.11 2.04 1.97 3/75 16748
/proc/meminfo: memFree=1453512/2055920 swapFree=4192812/4192956
[pid=16687] ppid=16685 vsize=16868 CPUtime=10.64
/proc/16687/stat : 16687 (sugar) S 16685 16687 15636 0 -1 4194304 1365 14018 0 2 6 1 1032 25 16 0 1 0 21243182 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16687/statm: 4217 1113 409 3 0 796 0
[pid=16739] ppid=16687 vsize=5356 CPUtime=0
/proc/16739/stat : 16739 (sh) S 16687 16687 15636 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21244259 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16739/statm: 1339 232 193 169 0 50 0
[pid=16740] ppid=16739 vsize=239600 CPUtime=1789.41
/proc/16740/stat : 16740 (picosat) R 16739 16687 15636 0 -1 4194304 65240 0 0 0 178546 395 0 0 25 0 1 0 21244259 245350400 59442 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 0 0 0
/proc/16740/statm: 59900 59442 48 102 0 59795 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 261824

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16687 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=388420
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=276957
# CPU time returned by wait4() is 10.6654
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.94
CPU time (s): 1800.05
CPU user time (s): 1795.84
CPU system time (s): 4.21
CPU usage (%): 99.9503
Max. virtual memory (cumulated for all children) (KiB): 890936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3884
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15777
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= 7924
involuntary context switches= 7520

runsolver used 2.04669 second user time and 6.15806 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-11 21:50:01
IDJOB=2066230
IDBENCH=54495
IDSOLVER=738
FILE ID=node58/2066230-1247341800
PBS_JOBID= 9506662
Free space on /tmp= 66204 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-51.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-2066230-1247341800/watcher-2066230-1247341800 -o /tmp/evaluation-result-2066230-1247341800/solver-2066230-1247341800 -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-2066230-1247341800.xml

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

MD5SUM BENCH= 34c985c8097cd390f32bbf792e205ac2
RANDOM SEED=103923299

node58.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.234
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.234
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:       1652544 kB
Buffers:         45728 kB
Cached:         224500 kB
SwapCached:        140 kB
Active:         213824 kB
Inactive:       133248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1660 kB
Writeback:           0 kB
Mapped:          89380 kB
Slab:            41520 kB
Committed_AS:   235500 kB
PageTables:       2008 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= 66224 MiB
End job on node58 at 2009-07-11 22:20:03