Trace number 1083540

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

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-30.xml
MD5SUM7ee29d50aedd8edbbe32da692c1694e3
Bench Category2-ARY-INT (binary 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 variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1535
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 05:35:36 2008
0.00/0.04	c 0	PID 30118
0.00/0.04	c 0	HOST node81.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1083540-1215228936.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083540-1215228936.xml' 'HOME/temp.csp'
1.07/1.14	c 1	96 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.07/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.20	c 1	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'
1.12/1.28	c 1	Parsing HOME/temp.csp
1.12/1.59	c 1	parsed 10000 expressions
1.12/1.69	c 1	parsed 13840 expressions
1.12/1.70	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.70	c 1	Converting to clausal form CSP
1.12/1.89	c 2	converted 1384 (10%) expressions
1.12/1.96	c 2	converted 2768 (20%) expressions
1.12/2.01	c 2	converted 4152 (30%) expressions
1.12/2.06	c 2	converted 5536 (40%) expressions
2.01/2.17	c 2	converted 6920 (50%) expressions
2.11/2.22	c 2	converted 8304 (60%) expressions
2.11/2.27	c 2	converted 9688 (70%) expressions
2.21/2.32	c 2	converted 11072 (80%) expressions
2.21/2.36	c 2	converted 12456 (90%) expressions
2.31/2.41	c 2	converted 13840 (100%) expressions
2.31/2.41	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1535
2.31/2.41	c 2	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.41	c 2	Propagation in CSP
3.11/3.21	c 3	761976 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.21	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 777
3.11/3.21	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.22	c 3	Simplifing CSP by introducing new Boolean variables
3.30/3.46	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 777
3.30/3.46	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.58	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.50/3.67	c 3	80 (10%) CSP integer variables are encoded (48880 clauses, 711088 bytes)
3.60/3.72	c 3	160 (20%) CSP integer variables are encoded (94160 clauses, 1390288 bytes)
3.60/3.78	c 3	240 (30%) CSP integer variables are encoded (140880 clauses, 2173185 bytes)
3.70/3.84	c 4	320 (40%) CSP integer variables are encoded (191760 clauses, 3038145 bytes)
3.70/3.88	c 4	400 (50%) CSP integer variables are encoded (219240 clauses, 3505305 bytes)
3.80/3.93	c 4	480 (60%) CSP integer variables are encoded (264440 clauses, 4273705 bytes)
3.80/3.98	c 4	560 (70%) CSP integer variables are encoded (299320 clauses, 4866665 bytes)
3.90/4.03	c 4	640 (80%) CSP integer variables are encoded (341800 clauses, 5588825 bytes)
3.90/4.09	c 4	720 (90%) CSP integer variables are encoded (383680 clauses, 6300785 bytes)
4.00/4.14	c 4	800 (100%) CSP integer variables are encoded (425120 clauses, 7005265 bytes)
5.40/5.56	c 5	3654 (10%) CSP clauses are encoded (1156185 clauses, 23743913 bytes)
6.70/6.83	c 6	7308 (20%) CSP clauses are encoded (1830571 clauses, 39470282 bytes)
7.88/8.07	c 8	10962 (30%) CSP clauses are encoded (2462050 clauses, 54172987 bytes)
9.17/9.35	c 9	14616 (40%) CSP clauses are encoded (3127109 clauses, 69952641 bytes)
10.37/10.50	c 10	18270 (50%) CSP clauses are encoded (3726743 clauses, 84574614 bytes)
11.55/11.73	c 11	21924 (60%) CSP clauses are encoded (4362331 clauses, 100041534 bytes)
12.53/12.80	c 12	25578 (70%) CSP clauses are encoded (4897393 clauses, 113024669 bytes)
13.53/13.72	c 13	29232 (80%) CSP clauses are encoded (5377106 clauses, 124601693 bytes)
14.73/14.97	c 15	32886 (90%) CSP clauses are encoded (6035322 clauses, 140391628 bytes)
16.13/16.32	c 16	36540 (100%) CSP clauses are encoded (6781341 clauses, 157538059 bytes)
16.13/16.32	c 16	36540 CSP clauses encoded
16.13/16.32	c 16	Writing map file : HOME/temp.map
16.13/16.35	c 16	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.13/16.35	c 16	SAT : 449520 SAT variables, 6781341 SAT clauses, 157538059 bytes
16.13/16.35	c 16	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.13/16.37	c 16	SOLVING HOME/temp.cnf
16.13/16.37	c 16	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1813.72	c ERROR INTERRUPTED
1800.05/1813.74	s UNKNOWN
1800.05/1813.74	c 1813	CPU 15 (0.04 0 14.96 1.21)
1800.05/1813.74	c 1813	END Sat Jul  5 06:05:49 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-1083540-1215228936/watcher-1083540-1215228936 -o /tmp/evaluation-result-1083540-1215228936/solver-1083540-1215228936 -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-1083540-1215228936.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: 1.92 1.98 1.99 4/73 30118
/proc/meminfo: memFree=1444256/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=12272 CPUtime=0
/proc/30118/stat : 30118 (sugar) R 30116 30118 28028 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 255881507 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/30118/statm: 3068 327 246 3 0 168 0

[startup+0.0686371 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30118
/proc/meminfo: memFree=1444256/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=0.03
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 255881507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102638 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30118
/proc/meminfo: memFree=1444256/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=0.03
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 255881507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30166 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30118
/proc/meminfo: memFree=1444256/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=0.03
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 255881507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701703 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 30118
/proc/meminfo: memFree=1444256/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=0.03
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 255881507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 30130
/proc/meminfo: memFree=1416904/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=1.12
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 973 10475 0 1 3 0 103 6 16 0 1 0 255881507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 13600

[startup+3.10197 s]
/proc/loadavg: 1.92 1.98 1.99 4/84 30140
/proc/meminfo: memFree=1423560/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=1.12
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 974 10475 0 1 3 0 103 6 15 0 1 0 255881507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 797 370 3 0 500 0
[pid=30131] ppid=30118 vsize=5356 CPUtime=0
/proc/30131/stat : 30131 (sh) S 30118 30118 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255881627 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30131/statm: 1339 233 193 169 0 50 0
[pid=30132] ppid=30131 vsize=868356 CPUtime=1.88
/proc/30132/stat : 30132 (java) S 30131 30118 28028 0 -1 0 9793 0 1 0 181 7 0 0 18 0 9 0 255881627 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30132/statm: 217089 8838 2540 9 0 211664 0
[pid=30132/tid=30133] ppid=30131 vsize=868356 CPUtime=1.28
/proc/30132/task/30133/stat : 30133 (java) R 30131 30118 28028 0 -1 64 2811 0 1 0 126 2 0 0 25 0 9 0 255881628 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30134] ppid=30131 vsize=868356 CPUtime=0.38
/proc/30132/task/30134/stat : 30134 (java) R 30131 30118 28028 0 -1 64 4836 0 0 0 35 3 0 0 15 0 9 0 255881629 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30135] ppid=30131 vsize=868356 CPUtime=0
/proc/30132/task/30135/stat : 30135 (java) S 30131 30118 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255881629 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30136] ppid=30131 vsize=868356 CPUtime=0
/proc/30132/task/30136/stat : 30136 (java) S 30131 30118 28028 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 255881629 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30137] ppid=30131 vsize=868356 CPUtime=0
/proc/30132/task/30137/stat : 30137 (java) S 30131 30118 28028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 255881631 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30138] ppid=30131 vsize=868356 CPUtime=0.18
/proc/30132/task/30138/stat : 30138 (java) S 30131 30118 28028 0 -1 64 1450 0 0 0 18 0 0 0 16 0 9 0 255881631 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30139] ppid=30131 vsize=868356 CPUtime=0
/proc/30132/task/30139/stat : 30139 (java) S 30131 30118 28028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 255881631 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30140] ppid=30131 vsize=868356 CPUtime=0
/proc/30132/task/30140/stat : 30140 (java) S 30131 30118 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 255881631 889196544 8838 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887312

[startup+6.3023 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 30140
/proc/meminfo: memFree=1387272/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=1.12
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 974 10475 0 1 3 0 103 6 16 0 1 0 255881507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 797 370 3 0 500 0
[pid=30131] ppid=30118 vsize=5356 CPUtime=0
/proc/30131/stat : 30131 (sh) S 30118 30118 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255881627 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30131/statm: 1339 233 193 169 0 50 0
[pid=30132] ppid=30131 vsize=868468 CPUtime=5.08
/proc/30132/stat : 30132 (java) S 30131 30118 28028 0 -1 0 12090 0 1 0 480 28 0 0 18 0 9 0 255881627 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30132/statm: 217117 10574 2565 9 0 211664 0
[pid=30132/tid=30133] ppid=30131 vsize=868468 CPUtime=3.99
/proc/30132/task/30133/stat : 30133 (java) R 30131 30118 28028 0 -1 64 3364 0 1 0 378 21 0 0 25 0 9 0 255881628 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30134] ppid=30131 vsize=868468 CPUtime=0.82
/proc/30132/task/30134/stat : 30134 (java) S 30131 30118 28028 0 -1 64 6543 0 0 0 77 5 0 0 16 0 9 0 255881629 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30135] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30135/stat : 30135 (java) S 30131 30118 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255881629 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30136] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30136/stat : 30136 (java) S 30131 30118 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 255881629 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30137] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30137/stat : 30137 (java) S 30131 30118 28028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30138] ppid=30131 vsize=868468 CPUtime=0.24
/proc/30132/task/30138/stat : 30138 (java) S 30131 30118 28028 0 -1 64 1487 0 0 0 24 0 0 0 16 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30139] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30139/stat : 30139 (java) S 30131 30118 28028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30140] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30140/stat : 30140 (java) S 30131 30118 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887424

[startup+12.702 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 30140
/proc/meminfo: memFree=1304720/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=1.12
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 974 10475 0 1 3 0 103 6 16 0 1 0 255881507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 797 370 3 0 500 0
[pid=30131] ppid=30118 vsize=5356 CPUtime=0
/proc/30131/stat : 30131 (sh) S 30118 30118 28028 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 255881627 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30131/statm: 1339 233 193 169 0 50 0
[pid=30132] ppid=30131 vsize=868468 CPUtime=11.41
/proc/30132/stat : 30132 (java) S 30131 30118 28028 0 -1 0 12959 0 1 0 1058 83 0 0 18 0 9 0 255881627 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30132/statm: 217117 10574 2565 9 0 211664 0
[pid=30132/tid=30133] ppid=30131 vsize=868468 CPUtime=9.99
/proc/30132/task/30133/stat : 30133 (java) R 30131 30118 28028 0 -1 64 4233 0 1 0 928 71 0 0 25 0 9 0 255881628 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4126974568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30134] ppid=30131 vsize=868468 CPUtime=1.16
/proc/30132/task/30134/stat : 30134 (java) S 30131 30118 28028 0 -1 64 6543 0 0 0 105 11 0 0 16 0 9 0 255881629 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30135] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30135/stat : 30135 (java) S 30131 30118 28028 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 255881629 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30136] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30136/stat : 30136 (java) S 30131 30118 28028 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 255881629 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30137] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30137/stat : 30137 (java) S 30131 30118 28028 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30138] ppid=30131 vsize=868468 CPUtime=0.24
/proc/30132/task/30138/stat : 30138 (java) S 30131 30118 28028 0 -1 64 1487 0 0 0 24 0 0 0 16 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30139] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30139/stat : 30139 (java) S 30131 30118 28028 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30132/tid=30140] ppid=30131 vsize=868468 CPUtime=0
/proc/30132/task/30140/stat : 30140 (java) S 30131 30118 28028 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 255881631 889311232 10574 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887424

[startup+25.5014 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 30142
/proc/meminfo: memFree=1220368/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=72400 CPUtime=9.09
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 16239 0 0 0 422 487 0 0 25 0 1 0 255883145 74137600 16225 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30142/statm: 18100 16225 40 102 0 17995 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 91356

[startup+51.1011 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 30142
/proc/meminfo: memFree=1118480/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=175768 CPUtime=34.68
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 42007 0 0 0 1599 1869 0 0 25 0 1 0 255883145 179986432 41993 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/30142/statm: 43942 41993 40 102 0 43837 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 194724

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30170
/proc/meminfo: memFree=792016/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=270552 CPUtime=85.69
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 62217 0 0 0 5586 2983 0 0 25 0 1 0 255883145 277045248 62203 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 67638 62203 42 102 0 67533 0

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

/proc/meminfo: memFree=784592/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=275180 CPUtime=1335.93
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63422 0 0 0 130607 2986 0 0 25 0 1 0 255883145 281784320 63406 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 68795 63406 48 102 0 68690 0
Current children cumulated CPU time (s) 1352.14
Current children cumulated vsize (KiB) 294136

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30172
/proc/meminfo: memFree=784336/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=275444 CPUtime=1395.48
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63490 0 0 0 136561 2987 0 0 25 0 1 0 255883145 282054656 63474 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 68861 63474 48 102 0 68756 0
Current children cumulated CPU time (s) 1411.69
Current children cumulated vsize (KiB) 294400

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30172
/proc/meminfo: memFree=784016/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=275708 CPUtime=1455.02
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63554 0 0 0 142515 2987 0 0 25 0 1 0 255883145 282324992 63538 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 68927 63538 48 102 0 68822 0
Current children cumulated CPU time (s) 1471.23
Current children cumulated vsize (KiB) 294664

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=783632/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=275972 CPUtime=1514.53
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63613 0 0 0 148466 2987 0 0 25 0 1 0 255883145 282595328 63597 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 68993 63597 48 102 0 68888 0
Current children cumulated CPU time (s) 1530.74
Current children cumulated vsize (KiB) 294928

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=783504/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=276236 CPUtime=1574.07
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63678 0 0 0 154420 2987 0 0 25 0 1 0 255883145 282865664 63662 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 69059 63662 48 102 0 68954 0
Current children cumulated CPU time (s) 1590.28
Current children cumulated vsize (KiB) 295192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=783248/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=276500 CPUtime=1633.61
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63739 0 0 0 160374 2987 0 0 25 0 1 0 255883145 283136000 63723 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 69125 63723 48 102 0 69020 0
Current children cumulated CPU time (s) 1649.82
Current children cumulated vsize (KiB) 295456

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=782992/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=276764 CPUtime=1693.15
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63804 0 0 0 166327 2988 0 0 25 0 1 0 255883145 283406336 63788 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 69191 63788 48 102 0 69086 0
Current children cumulated CPU time (s) 1709.36
Current children cumulated vsize (KiB) 295720

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=782736/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=276896 CPUtime=1752.68
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63854 0 0 0 172280 2988 0 0 25 0 1 0 255883145 283541504 63838 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 69224 63838 48 102 0 69119 0
Current children cumulated CPU time (s) 1768.89
Current children cumulated vsize (KiB) 295852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=782672/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=277028 CPUtime=1783.84
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63884 0 0 0 175396 2988 0 0 25 0 1 0 255883145 283676672 63868 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 69257 63868 48 102 0 69152 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 295984

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

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

[startup+1813.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30178
/proc/meminfo: memFree=782672/2055920 swapFree=4179588/4192956
[pid=30118] ppid=30116 vsize=13600 CPUtime=16.21
/proc/30118/stat : 30118 (sugar) S 30116 30118 28028 0 -1 4194304 1022 24240 0 2 4 0 1496 121 16 0 1 0 255881507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30118/statm: 3400 799 370 3 0 500 0
[pid=30141] ppid=30118 vsize=5356 CPUtime=0
/proc/30141/stat : 30141 (sh) S 30118 30118 28028 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 255883144 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30141/statm: 1339 232 193 169 0 50 0
[pid=30142] ppid=30141 vsize=277028 CPUtime=1783.84
/proc/30142/stat : 30142 (picosat) R 30141 30118 28028 0 -1 4194304 63884 0 0 0 175396 2988 0 0 25 0 1 0 255883145 283676672 63868 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/30142/statm: 69257 63868 48 102 0 69152 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 295984

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30118 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=3719
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=225813
# CPU time returned by wait4() is 16.2295
# 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): 1813.75
CPU time (s): 1800.05
CPU user time (s): 1768.96
CPU system time (s): 31.09
CPU usage (%): 99.2447
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0037
system time used= 1.22581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25618
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= 15711
involuntary context switches= 15576

runsolver used 1.75873 second user time and 4.98624 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 05:35:36
IDJOB=1083540
IDBENCH=57488
IDSOLVER=345
FILE ID=node81/1083540-1215228936
PBS_JOBID= 7881768
Free space on /tmp= 126816 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-30.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-1083540-1215228936/watcher-1083540-1215228936 -o /tmp/evaluation-result-1083540-1215228936/solver-1083540-1215228936 -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-1083540-1215228936.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7ee29d50aedd8edbbe32da692c1694e3
RANDOM SEED=559111584

node81.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1444736 kB
Buffers:         84192 kB
Cached:         382548 kB
SwapCached:       6404 kB
Active:         306008 kB
Inactive:       233268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444736 kB
SwapTotal:     4192956 kB
SwapFree:      4179588 kB
Dirty:            2928 kB
Writeback:           0 kB
Mapped:          80564 kB
Slab:            57284 kB
Committed_AS:   636524 kB
PageTables:       1684 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126812 MiB
End job on node81 at 2008-07-05 06:05:51