Trace number 1058423

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+picosatSAT 93.3188 97.5754

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-16.xml
MD5SUMf584a0bdadad6a616787946f67b79e6d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark93.3188
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints44094
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension43874
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 21:56:05 2008
0.00/0.04	c 0	PID 23763
0.00/0.04	c 0	HOST node83.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1058423-1215114964.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-1058423-1215114964.xml' 'HOME/temp.csp'
2.26/2.34	c 2	24 domains, 880 variables, 1 predicates, 0 relations, 44094 constraints
2.26/2.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.40	c 2	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'
2.32/2.47	c 2	Parsing HOME/temp.csp
2.32/2.83	c 2	parsed 10000 expressions
2.32/3.14	c 3	parsed 20000 expressions
3.21/3.37	c 3	parsed 30000 expressions
3.50/3.67	c 3	parsed 40000 expressions
3.60/3.80	c 3	parsed 44999 expressions
3.70/3.80	c 3	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.70/3.80	c 3	Converting to clausal form CSP
4.21/4.38	c 4	converted 4500 (10%) expressions
4.60/4.70	c 4	converted 9000 (20%) expressions
4.90/5.00	c 5	converted 13500 (30%) expressions
5.39/5.51	c 5	converted 18000 (40%) expressions
5.69/5.81	c 5	converted 22500 (50%) expressions
5.99/6.11	c 6	converted 27000 (60%) expressions
6.29/6.41	c 6	converted 31500 (70%) expressions
6.89/7.06	c 7	converted 36000 (80%) expressions
7.20/7.35	c 7	converted 40500 (90%) expressions
8.38/8.53	c 8	converted 44999 (100%) expressions
8.38/8.53	c 8	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
8.38/8.53	c 8	Heap : 92 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.38/8.53	c 8	Propagation in CSP
9.48/9.66	c 9	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.48/9.66	c 9	CSP : 880 integers, 0 booleans, 77149 clauses, largest domain size 45
9.48/9.66	c 9	Heap : 101 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.48/9.68	c 9	Simplifing CSP by introducing new Boolean variables
11.87/12.07	c 12	CSP : 880 integers, 230408 booleans, 307557 clauses, largest domain size 45
11.87/12.08	c 12	Heap : 166 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.87/13.04	c 13	Encoding CSP to SAT : HOME/temp.cnf
12.87/13.09	c 13	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
12.87/13.09	c 13	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
12.87/13.10	c 13	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
12.87/13.10	c 13	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
12.97/13.11	c 13	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
12.97/13.11	c 13	528 (60%) CSP integer variables are encoded (19031 clauses, 263823 bytes)
12.97/13.11	c 13	616 (70%) CSP integer variables are encoded (19172 clauses, 265938 bytes)
12.97/13.12	c 13	704 (80%) CSP integer variables are encoded (19314 clauses, 268068 bytes)
12.97/13.12	c 13	792 (90%) CSP integer variables are encoded (19431 clauses, 269823 bytes)
12.97/13.12	c 13	880 (100%) CSP integer variables are encoded (19586 clauses, 272148 bytes)
14.26/14.42	c 14	30756 (10%) CSP clauses are encoded (638399 clauses, 12397163 bytes)
15.45/15.63	c 15	61512 (20%) CSP clauses are encoded (1257594 clauses, 24939045 bytes)
16.64/16.85	c 16	92268 (30%) CSP clauses are encoded (1879835 clauses, 37609229 bytes)
17.92/18.12	c 18	123023 (40%) CSP clauses are encoded (2495977 clauses, 50647782 bytes)
19.12/19.40	c 19	153779 (50%) CSP clauses are encoded (3119225 clauses, 64100862 bytes)
20.41/20.69	c 20	184535 (60%) CSP clauses are encoded (3734469 clauses, 77946817 bytes)
21.91/22.10	c 22	215290 (70%) CSP clauses are encoded (4420240 clauses, 93257659 bytes)
23.65/27.52	c 27	246046 (80%) CSP clauses are encoded (5348772 clauses, 113226994 bytes)
25.34/29.30	c 29	276802 (90%) CSP clauses are encoded (6277788 clauses, 133207124 bytes)
27.13/31.07	c 31	307557 (100%) CSP clauses are encoded (7207155 clauses, 153254438 bytes)
27.13/31.07	c 31	307557 CSP clauses encoded
27.13/31.07	c 31	Writing map file : HOME/temp.map
27.23/31.11	c 31	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.23/31.11	c 31	SAT : 250725 SAT variables, 7207155 SAT clauses, 153254438 bytes
27.23/31.11	c 31	Heap : 132 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.23/31.18	c 31	SOLVING HOME/temp.cnf
27.23/31.18	c 31	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
92.67/96.96	c 97	DECODING HOME/temp.out WITH HOME/temp.map
92.67/96.96	c 97	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
92.76/97.05	c 97	Decoding HOME/temp.out
92.76/97.40	s SATISFIABLE
92.76/97.44	v 24 44 28 10 3 3 27 8 10 9 1 2 0 0 3 35 2 2 14 15 1 3 6 36 3 19 1 36 5 11 5 4 2 14 9 0 38 11 4 0 10 15 9 6 14 4 5 10 1 9 8 7 12 16 2 10 36 18 4 17 5 3 16 11 4 33 12 3 5 18 42 5 7 5 0 11 22 31 4 22 8 27 14 17 2 18 7 3 34 6 8 4 15 1 26 33 5 6 12 38 7 13 8 7 19 13 1 16 9 6 8 17 23 13 6 32 10 13 20 12 17 9 12 0 35 33 17 11 12 5 24 6 4 11 12 11 15 14 1 10 25 14 18 7 14 13 13 14 15 17 17 32 16 4 17 18 19 18 15 20 16 19 21 9 21 13 11 3 28 10 21 21 20 11 0 10 23 14 1 2 22 23 26 21 1 25 20 8 24 13 8 18 17 18 7 24 26 21 19 21 13 22 19 36 25 31 20 15 23 2 16 22 38 22 12 9 4 20 23 20 29 24 23 26 27 34 25 26 15 3 44 27 19 41 41 29 16 0 27 29 23 30 25 24 3 21 4 18 27 27 10 31 24 22 26 12 25 12 7 25 24 5 6 25 27 28 32 31 29 28 26 30 1 28 31 17 8 20 26 32 6 27 25 30 32 21 15 29 21 34 29 31 30 27 16 27 28 41 31 42 22 43 41 32 33 36 34 29 25 33 28 33 8 35 6 29 30 31 35 7 37 23 29 11 34 29 13 30 28 9 31 36 14 36 37 15 39 23 38 19 29 37 30 34 2 9 43 44 38 33 34 40 36 1 19 30 39 13 32 39 30 30 34 21 7 31 7 32 38 35 32 33 40 35 37 39 35 42 37 26 38 38 39 40 41 39 35 42 5 39 24 34 35 34 22 36 8 37 6 39 43 40 43 28 40 44 28 40 42 41 44 43 41 40 37 25 41 41 43 42 40 39 42 16 44 19 28 41 44 35 40 0 40 43 32 44 37 38 40 43 1 0 1 10 10 3 7 1 7 7 9 6 7 9 1 5 5 7 7 6 4 2 7 6 5 6 0 7 8 9 1 10 0 1 4 10 4 3 5 2 6 8 2 6 6 3 7 0 7 0 0 8 10 7 10 8 0 5 4 6 4 8 6 6 2 5 7 7 3 6 1 0 0 2 6 5 0 6 0 4 2 2 0 4 3 10 1 0 7 3 6 8 10 6 5 4 9 8 6 1 10 2 7 2 3 6 8 10 9 10 9 0 6 9 9 5 5 10 2 9 1 1 4 4 4 8 8 10 0 10 4 4 6 1 8 7 2 4 10 4 1 10 2 3 8 8 7 9 7 10 2 3 1 9 5 4 2 0 0 5 4 10 3 6 10 4 4 6 6 3 8 6 0 8 1 9 9 2 1 9 7 4 10 7 5 4 10 10 5 3 3 9 7 7 4 6 2 2 1 5 5 5 9 4 2 4 7 1 0 8 2 8 6 10 2 10 7 6 10 1 2 3 8 6 9 2 8 1 9 4 10 1 7 10 1 0 3 3 4 5 3 2 6 10 9 0 1 3 0 5 1 5 0 2 0 5 3 1 7 7 7 6 1 9 10 3 1 1 7 5 4 7 3 2 10 9 5 4 7 10 2 6 5 0 8 9 3 3 4 3 10 2 10 8 0 3 9 6 0 10 6 4 0 4 10 10 10 6 10 6 10 0 8 10 0 1 3 7 8 6 2 5 8 0 0 4 0 1 0 5 3 1 5 9 4 5 3 2 9 5 9 3 9 5 4 3 0 1 5 1 9 2 5 2 8 5 5 1 0 10 4 6 4 1 9 8 5 9 10 6 7 7 1 7 10 9 1 0 9 3 3 2 1 0 9 6 0 5 5 0 2 1 2 6 1 2 4 5 5 7 7 7 8 8 3 2 7 8 6 2 9 6 8 9 1 0 4 3 3 4 4 4 8 5 4 4 4 5 5 3 10 5 5 5 6 6 6 0 6 10
92.76/97.44	c 97	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
92.76/97.50	c 97	CPU 59.39 (0.03 0.01 59.36 33.81)
92.76/97.50	c 97	END Thu Jul  3 21:57:42 2008

Verifier Data (download as text)

OK

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-1058423-1215114964/watcher-1058423-1215114964 -o /tmp/evaluation-result-1058423-1215114964/solver-1058423-1215114964 -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-1058423-1215114964.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.04 2.04 2.00 3/73 23763
/proc/meminfo: memFree=1877288/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=12272 CPUtime=0
/proc/23763/stat : 23763 (sugar) R 23761 23763 22821 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 667226032 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 230266993253 0 0 4224 0 0 0 0 17 1 0 0
/proc/23763/statm: 3068 327 246 3 0 168 0

[startup+0.05482 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 23763
/proc/meminfo: memFree=1877288/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=0.03
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 667226032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102504 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 23763
/proc/meminfo: memFree=1877288/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=0.03
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 667226032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301539 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 23763
/proc/meminfo: memFree=1877288/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=0.03
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 667226032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701617 s]
/proc/loadavg: 2.04 2.04 2.00 3/73 23763
/proc/meminfo: memFree=1877288/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=0.03
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 667226032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 2.04 2.04 2.00 4/84 23775
/proc/meminfo: memFree=1842128/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=0.03
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 667226032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 796 370 3 0 500 0
[pid=23766] ppid=23763 vsize=5356 CPUtime=0
/proc/23766/stat : 23766 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667226037 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23766/statm: 1339 233 193 169 0 50 0
[pid=23767] ppid=23766 vsize=864680 CPUtime=1.44
/proc/23767/stat : 23767 (java) S 23766 23763 22821 0 -1 0 18350 0 1 0 134 10 0 0 19 0 9 0 667226037 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23767/statm: 216170 15431 2529 9 0 210752 0
[pid=23767/tid=23768] ppid=23766 vsize=864680 CPUtime=0.65
/proc/23767/task/23768/stat : 23768 (java) R 23766 23763 22821 0 -1 64 3313 0 1 0 62 3 0 0 25 0 9 0 667226038 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23769] ppid=23766 vsize=864680 CPUtime=0.66
/proc/23767/task/23769/stat : 23769 (java) R 23766 23763 22821 0 -1 64 13836 0 0 0 60 6 0 0 16 0 9 0 667226039 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 102723001 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23770] ppid=23766 vsize=864680 CPUtime=0
/proc/23767/task/23770/stat : 23770 (java) S 23766 23763 22821 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 667226039 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23771] ppid=23766 vsize=864680 CPUtime=0
/proc/23767/task/23771/stat : 23771 (java) S 23766 23763 22821 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 667226039 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23772] ppid=23766 vsize=864680 CPUtime=0
/proc/23767/task/23772/stat : 23772 (java) S 23766 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 667226041 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23773] ppid=23766 vsize=864680 CPUtime=0.1
/proc/23767/task/23773/stat : 23773 (java) S 23766 23763 22821 0 -1 64 502 0 0 0 10 0 0 0 16 0 9 0 667226041 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23774] ppid=23766 vsize=864680 CPUtime=0
/proc/23767/task/23774/stat : 23774 (java) S 23766 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 667226041 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23767/tid=23775] ppid=23766 vsize=864680 CPUtime=0
/proc/23767/task/23775/stat : 23775 (java) S 23766 23763 22821 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 667226041 885432320 15431 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883636

[startup+3.10106 s]
/proc/loadavg: 2.04 2.04 2.00 3/84 23775
/proc/meminfo: memFree=1806608/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=2.32
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 973 22822 0 1 3 0 215 14 15 0 1 0 667226032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 13600

[startup+6.30266 s]
/proc/loadavg: 2.12 2.05 2.01 3/84 23785
/proc/meminfo: memFree=1823312/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=2.32
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 974 22822 0 1 3 0 215 14 15 0 1 0 667226032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 797 370 3 0 500 0
[pid=23776] ppid=23763 vsize=5356 CPUtime=0
/proc/23776/stat : 23776 (sh) S 23763 23763 22821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 667226272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23776/statm: 1339 233 193 169 0 50 0
[pid=23777] ppid=23776 vsize=868432 CPUtime=3.87
/proc/23777/stat : 23777 (java) S 23776 23763 22821 0 -1 0 20455 0 1 0 372 15 0 0 18 0 9 0 667226273 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23777/statm: 217108 18814 2540 9 0 211683 0
[pid=23777/tid=23778] ppid=23776 vsize=868432 CPUtime=2.47
/proc/23777/task/23778/stat : 23778 (java) R 23776 23763 22821 0 -1 64 3345 0 1 0 243 4 0 0 25 0 9 0 667226274 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4126401502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23779] ppid=23776 vsize=868432 CPUtime=1.2
/proc/23777/task/23779/stat : 23779 (java) S 23776 23763 22821 0 -1 64 14962 0 0 0 111 9 0 0 16 0 9 0 667226275 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23780] ppid=23776 vsize=868432 CPUtime=0
/proc/23777/task/23780/stat : 23780 (java) S 23776 23763 22821 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667226275 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23781] ppid=23776 vsize=868432 CPUtime=0
/proc/23777/task/23781/stat : 23781 (java) S 23776 23763 22821 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667226275 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23782] ppid=23776 vsize=868432 CPUtime=0
/proc/23777/task/23782/stat : 23782 (java) S 23776 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 667226277 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23783] ppid=23776 vsize=868432 CPUtime=0.18
/proc/23777/task/23783/stat : 23783 (java) S 23776 23763 22821 0 -1 64 1451 0 0 0 17 1 0 0 16 0 9 0 667226277 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23784] ppid=23776 vsize=868432 CPUtime=0
/proc/23777/task/23784/stat : 23784 (java) S 23776 23763 22821 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667226277 889274368 18814 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23785] ppid=23776 vsize=868432 CPUtime=0
/proc/23777/task/23785/stat : 23785 (java) S 23776 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667226277 889274368 18814 996147200 134512640 134550740 4294955952 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) 887388

[startup+12.7018 s]
/proc/loadavg: 2.11 2.05 2.01 4/84 23785
/proc/meminfo: memFree=1665936/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=2.33
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 974 22822 0 1 3 1 215 14 16 0 1 0 667226032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 797 370 3 0 500 0
[pid=23776] ppid=23763 vsize=5356 CPUtime=0
/proc/23776/stat : 23776 (sh) S 23763 23763 22821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 667226272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23776/statm: 1339 233 193 169 0 50 0
[pid=23777] ppid=23776 vsize=880684 CPUtime=10.24
/proc/23777/stat : 23777 (java) S 23776 23763 22821 0 -1 0 74455 0 1 0 986 38 0 0 18 0 9 0 667226273 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23777/statm: 220171 52210 2540 9 0 214746 0
[pid=23777/tid=23778] ppid=23776 vsize=880684 CPUtime=4.43
/proc/23777/task/23778/stat : 23778 (java) R 23776 23763 22821 0 -1 64 4460 0 1 0 439 4 0 0 25 0 9 0 667226274 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23779] ppid=23776 vsize=880684 CPUtime=5.56
/proc/23777/task/23779/stat : 23779 (java) R 23776 23763 22821 0 -1 64 67824 0 0 0 525 31 0 0 17 0 9 0 667226275 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23780] ppid=23776 vsize=880684 CPUtime=0
/proc/23777/task/23780/stat : 23780 (java) S 23776 23763 22821 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667226275 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23781] ppid=23776 vsize=880684 CPUtime=0
/proc/23777/task/23781/stat : 23781 (java) S 23776 23763 22821 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667226275 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23782] ppid=23776 vsize=880684 CPUtime=0
/proc/23777/task/23782/stat : 23782 (java) S 23776 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 667226277 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23783] ppid=23776 vsize=880684 CPUtime=0.21
/proc/23777/task/23783/stat : 23783 (java) S 23776 23763 22821 0 -1 64 1474 0 0 0 20 1 0 0 17 0 9 0 667226277 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23784] ppid=23776 vsize=880684 CPUtime=0
/proc/23777/task/23784/stat : 23784 (java) S 23776 23763 22821 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667226277 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23785] ppid=23776 vsize=880684 CPUtime=0
/proc/23777/task/23785/stat : 23785 (java) S 23776 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667226277 901820416 52210 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 899640

[startup+25.5022 s]
/proc/loadavg: 2.38 2.11 2.03 2/84 23785
/proc/meminfo: memFree=1571920/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=2.33
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 974 22822 0 1 3 1 215 14 16 0 1 0 667226032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 797 370 3 0 500 0
[pid=23776] ppid=23763 vsize=5356 CPUtime=0
/proc/23776/stat : 23776 (sh) S 23763 23763 22821 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 667226272 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23776/statm: 1339 233 193 169 0 50 0
[pid=23777] ppid=23776 vsize=868544 CPUtime=20.9
/proc/23777/stat : 23777 (java) S 23776 23763 22821 0 -1 0 75840 0 1 0 1992 98 0 0 18 0 9 0 667226273 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23777/statm: 217136 50354 2566 9 0 211683 0
[pid=23777/tid=23778] ppid=23776 vsize=868544 CPUtime=14.63
/proc/23777/task/23778/stat : 23778 (java) D 23776 23763 22821 0 -1 64 5806 0 1 0 1400 63 0 0 25 0 9 0 667226274 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=23777/tid=23779] ppid=23776 vsize=868544 CPUtime=5.97
/proc/23777/task/23779/stat : 23779 (java) S 23776 23763 22821 0 -1 64 67826 0 0 0 565 32 0 0 16 0 9 0 667226275 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23780] ppid=23776 vsize=868544 CPUtime=0
/proc/23777/task/23780/stat : 23780 (java) S 23776 23763 22821 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667226275 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23781] ppid=23776 vsize=868544 CPUtime=0
/proc/23777/task/23781/stat : 23781 (java) S 23776 23763 22821 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 667226275 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23782] ppid=23776 vsize=868544 CPUtime=0
/proc/23777/task/23782/stat : 23782 (java) S 23776 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 667226277 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23783] ppid=23776 vsize=868544 CPUtime=0.27
/proc/23777/task/23783/stat : 23783 (java) S 23776 23763 22821 0 -1 64 1511 0 0 0 26 1 0 0 16 0 9 0 667226277 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23784] ppid=23776 vsize=868544 CPUtime=0
/proc/23777/task/23784/stat : 23784 (java) S 23776 23763 22821 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 667226277 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23777/tid=23785] ppid=23776 vsize=868544 CPUtime=0
/proc/23777/task/23785/stat : 23785 (java) S 23776 23763 22821 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 667226277 889389056 50354 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.23
Current children cumulated vsize (KiB) 887500

[startup+51.102 s]
/proc/loadavg: 2.74 2.22 2.06 3/76 23787
/proc/meminfo: memFree=1630992/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=27.28
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1022 99035 0 2 3 1 2584 140 16 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
[pid=23786] ppid=23763 vsize=5356 CPUtime=0
/proc/23786/stat : 23786 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667229151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23786/statm: 1339 232 193 169 0 50 0
[pid=23787] ppid=23786 vsize=96988 CPUtime=19.78
/proc/23787/stat : 23787 (picosat) R 23786 23763 22821 0 -1 4194304 21953 0 0 0 917 1061 0 0 25 0 1 0 667229151 99315712 21939 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 24247 21939 40 102 0 24142 0
Current children cumulated CPU time (s) 47.06
Current children cumulated vsize (KiB) 115944

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

[startup+76.7018 s]
/proc/loadavg: 3.02 2.33 2.10 3/76 23787
/proc/meminfo: memFree=1525264/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=27.28
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1022 99035 0 2 3 1 2584 140 16 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
[pid=23786] ppid=23763 vsize=5356 CPUtime=0
/proc/23786/stat : 23786 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667229151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23786/statm: 1339 232 193 169 0 50 0
[pid=23787] ppid=23786 vsize=212916 CPUtime=45.28
/proc/23787/stat : 23787 (picosat) R 23786 23763 22821 0 -1 4194304 49120 0 0 0 2112 2416 0 0 25 0 1 0 667229151 218025984 49106 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 53229 49106 40 102 0 53124 0
Current children cumulated CPU time (s) 72.56
Current children cumulated vsize (KiB) 231872

[startup+89.5012 s]
/proc/loadavg: 3.01 2.36 2.12 3/76 23787
/proc/meminfo: memFree=1473168/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=27.28
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1022 99035 0 2 3 1 2584 140 16 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
[pid=23786] ppid=23763 vsize=5356 CPUtime=0
/proc/23786/stat : 23786 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667229151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23786/statm: 1339 232 193 169 0 50 0
[pid=23787] ppid=23786 vsize=258984 CPUtime=58.03
/proc/23787/stat : 23787 (picosat) R 23786 23763 22821 0 -1 4194304 62563 0 0 0 2700 3103 0 0 25 0 1 0 667229151 265199616 62549 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 64746 62549 40 102 0 64641 0
Current children cumulated CPU time (s) 85.31
Current children cumulated vsize (KiB) 277940

[startup+92.7028 s]
/proc/loadavg: 3.01 2.36 2.12 3/76 23787
/proc/meminfo: memFree=1460496/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=27.28
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1022 99035 0 2 3 1 2584 140 16 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
[pid=23786] ppid=23763 vsize=5356 CPUtime=0
/proc/23786/stat : 23786 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667229151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23786/statm: 1339 232 193 169 0 50 0
[pid=23787] ppid=23786 vsize=269928 CPUtime=61.21
/proc/23787/stat : 23787 (picosat) R 23786 23763 22821 0 -1 4194304 65287 0 0 0 2889 3232 0 0 25 0 1 0 667229151 276406272 65237 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 67482 65237 42 102 0 67377 0
Current children cumulated CPU time (s) 88.49
Current children cumulated vsize (KiB) 288884

[startup+95.9014 s]
/proc/loadavg: 2.93 2.35 2.12 3/76 23787
/proc/meminfo: memFree=1460048/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=27.28
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1022 99035 0 2 3 1 2584 140 16 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
[pid=23786] ppid=23763 vsize=5356 CPUtime=0
/proc/23786/stat : 23786 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667229151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23786/statm: 1339 232 193 169 0 50 0
[pid=23787] ppid=23786 vsize=271984 CPUtime=64.4
/proc/23787/stat : 23787 (picosat) R 23786 23763 22821 0 -1 4194304 65427 0 0 0 3207 3233 0 0 25 0 1 0 667229151 278511616 65375 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 67996 65375 48 102 0 67891 0
Current children cumulated CPU time (s) 91.68
Current children cumulated vsize (KiB) 290940

[startup+96.7015 s]
/proc/loadavg: 2.93 2.35 2.12 3/76 23787
/proc/meminfo: memFree=1457744/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=27.28
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1022 99035 0 2 3 1 2584 140 16 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
[pid=23786] ppid=23763 vsize=5356 CPUtime=0
/proc/23786/stat : 23786 (sh) S 23763 23763 22821 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 667229151 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23786/statm: 1339 232 193 169 0 50 0
[pid=23787] ppid=23786 vsize=271988 CPUtime=65.2
/proc/23787/stat : 23787 (picosat) R 23786 23763 22821 0 -1 4194304 65467 0 0 0 3287 3233 0 0 25 0 1 0 667229151 278515712 65415 996147200 134512640 134931368 4294956256 18446744073709551615 134579011 0 0 4096 0 0 0 0 17 1 0 0
/proc/23787/statm: 67997 65415 52 102 0 67892 0
Current children cumulated CPU time (s) 92.48
Current children cumulated vsize (KiB) 290944

[startup+97.1016 s]
/proc/loadavg: 2.93 2.35 2.12 3/76 23787
/proc/meminfo: memFree=1457744/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=92.76
/proc/23763/stat : 23763 (sugar) S 23761 23763 22821 0 -1 4194304 1091 164788 0 2 3 1 5894 3378 15 0 1 0 667226032 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23763/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 92.76
Current children cumulated vsize (KiB) 13600

[startup+97.5048 s]
/proc/loadavg: 2.93 2.35 2.12 3/76 23787
/proc/meminfo: memFree=1457744/2055924 swapFree=4176956/4192956
[pid=23763] ppid=23761 vsize=13600 CPUtime=93.22
/proc/23763/stat : 23763 (sugar) R 23761 23763 22821 0 -1 4194304 1120 168748 0 3 3 2 5936 3381 16 0 1 0 667226032 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 230266999849 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23763/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 93.22
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 97.5754
CPU time (s): 93.3188
CPU user time (s): 59.409
CPU system time (s): 33.9098
CPU usage (%): 95.6376
Max. virtual memory (cumulated for all children) (KiB): 909880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.409
system time used= 33.9098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169898
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8397
involuntary context switches= 9372

runsolver used 0.090986 second user time and 0.306953 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-03 21:56:05
IDJOB=1058423
IDBENCH=54127
IDSOLVER=345
FILE ID=node83/1058423-1215114964
PBS_JOBID= 7877041
Free space on /tmp= 65484 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-16.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-1058423-1215114964/watcher-1058423-1215114964 -o /tmp/evaluation-result-1058423-1215114964/solver-1058423-1215114964 -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-1058423-1215114964.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f584a0bdadad6a616787946f67b79e6d
RANDOM SEED=858269577

node83.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.263
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.263
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:      2055924 kB
MemFree:       1877768 kB
Buffers:          7040 kB
Cached:          74928 kB
SwapCached:       9560 kB
Active:         113220 kB
Inactive:        32276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1877768 kB
SwapTotal:     4192956 kB
SwapFree:      4176956 kB
Dirty:            7448 kB
Writeback:           0 kB
Mapped:          69872 kB
Slab:            17980 kB
Committed_AS:  1069572 kB
PageTables:       1820 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= 65484 MiB
End job on node83 at 2008-07-03 21:57:42