Trace number 1087073

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+picosatUNSAT 79.7219 80.9384

General information on the benchmark

Namecsp/fapp/fapp02/
normalized-fapp02-0250-0.xml
MD5SUM629efecb0eb59f0ce6ca410b2a2aa039
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.9937
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of constraints3055
Maximum constraint arity2
Maximum domain size210
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3055
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/picosat
0.01/0.13	c 0	BEGIN Sat Jul  5 09:22:08 2008
0.01/0.13	c 0	PID 25626
0.01/0.14	c 0	HOST node23.alineos.net
0.01/0.14	c 0	CONVERTING HOME/instance-1087073-1215242528.xml TO HOME/temp.csp
0.01/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087073-1215242528.xml' 'HOME/temp.csp'
0.04/0.95	c 1	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.04/0.96	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.96	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'
0.64/1.05	c 1	Parsing HOME/temp.csp
0.93/1.36	c 2	parsed 3326 expressions
0.93/1.37	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.37	c 2	Converting to clausal form CSP
1.12/1.56	c 2	converted 333 (10%) expressions
2.10/2.58	c 3	converted 666 (20%) expressions
2.70/3.16	c 3	converted 998 (30%) expressions
3.20/3.68	c 4	converted 1331 (40%) expressions
3.68/4.19	c 4	converted 1663 (50%) expressions
4.18/4.66	c 5	converted 1996 (60%) expressions
4.47/4.96	c 5	converted 2329 (70%) expressions
4.87/5.38	c 6	converted 2661 (80%) expressions
5.37/5.83	c 6	converted 2994 (90%) expressions
6.06/6.54	c 7	converted 3326 (100%) expressions
6.06/6.54	c 7	CSP : 498 integers, 8777 booleans, 18663 clauses, largest domain size 2657
6.06/6.54	c 7	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.06/6.54	c 7	Propagation in CSP
6.35/6.81	c 7	4532 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.35/6.81	c 7	CSP : 498 integers, 8777 booleans, 18663 clauses, largest domain size 2657
6.35/6.81	c 7	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.35/6.82	c 7	Simplifing CSP by introducing new Boolean variables
6.35/6.86	c 7	CSP : 498 integers, 15033 booleans, 24919 clauses, largest domain size 2657
6.35/6.86	c 7	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/7.17	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.85/7.37	c 8	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.05/7.50	c 8	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.15/7.64	c 8	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.25/7.77	c 8	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.34/7.90	c 8	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.54/8.01	c 8	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
7.64/8.11	c 8	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
7.73/8.21	c 8	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
7.83/8.31	c 8	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
7.83/8.39	c 9	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
13.48/14.10	c 14	2492 (10%) CSP clauses are encoded (1510461 clauses, 29475252 bytes)
17.43/18.09	c 18	4984 (20%) CSP clauses are encoded (2331076 clauses, 47205994 bytes)
19.58/20.22	c 20	7476 (30%) CSP clauses are encoded (2907917 clauses, 60199236 bytes)
21.16/21.82	c 22	9968 (40%) CSP clauses are encoded (3402592 clauses, 71682340 bytes)
22.15/22.83	c 23	12460 (50%) CSP clauses are encoded (3714061 clauses, 78873036 bytes)
23.55/24.23	c 24	14952 (60%) CSP clauses are encoded (4254547 clauses, 91564611 bytes)
24.80/25.57	c 26	17444 (70%) CSP clauses are encoded (4762737 clauses, 103641516 bytes)
25.99/26.73	c 27	19936 (80%) CSP clauses are encoded (5173192 clauses, 113467303 bytes)
26.98/27.73	c 28	22428 (90%) CSP clauses are encoded (5560215 clauses, 122589306 bytes)
27.88/28.67	c 29	24919 (100%) CSP clauses are encoded (5917694 clauses, 130977825 bytes)
27.88/28.67	c 29	24919 CSP clauses encoded
27.88/28.67	c 29	Writing map file : HOME/temp.map
27.88/28.69	c 29	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.88/28.69	c 29	SAT : 421789 SAT variables, 5917694 SAT clauses, 130977825 bytes
27.88/28.69	c 29	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.97/28.72	c 29	SOLVING HOME/temp.cnf
27.97/28.72	c 29	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
79.20/80.44	c 81	DECODING HOME/temp.out WITH HOME/temp.map
79.20/80.44	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.25/80.52	c 81	Decoding HOME/temp.out
79.25/80.82	s UNSATISFIABLE
79.25/80.82	c 81	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
79.25/80.87	c 81	CPU 50.67 (0.03 0.01 50.64 28.95)
79.25/80.87	c 81	END Sat Jul  5 09:23:29 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1087073-1215242528/watcher-1087073-1215242528 -o /tmp/evaluation-result-1087073-1215242528/solver-1087073-1215242528 -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-1087073-1215242528.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.03 2.00 4/72 25626
/proc/meminfo: memFree=1963840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=18572 CPUtime=0
/proc/25626/stat : 25626 (runsolver) R 25624 25626 24221 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003226973 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25626/statm: 4643 292 257 25 0 2626 0

[startup+0.0793021 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 25626
/proc/meminfo: memFree=1963840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=12272 CPUtime=0
/proc/25626/stat : 25626 (sugar) D 25624 25626 24221 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 2003226973 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25626/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102305 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 25626
/proc/meminfo: memFree=1963840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=12676 CPUtime=0.01
/proc/25626/stat : 25626 (sugar) D 25624 25626 24221 0 -1 4194304 533 0 0 0 1 0 0 0 18 0 1 0 2003226973 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25626/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301331 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 25626
/proc/meminfo: memFree=1963840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.04
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003226973 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701369 s]
/proc/loadavg: 2.04 2.03 2.00 4/72 25626
/proc/meminfo: memFree=1963840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.04
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003226973 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50247 s]
/proc/loadavg: 2.04 2.03 2.00 3/79 25644
/proc/meminfo: memFree=1939128/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.61
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 974 6577 0 82 3 1 47 10 15 0 1 0 2003226973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 24221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003227070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=864148 CPUtime=0.51
/proc/25640/stat : 25640 (java) S 25639 25626 24221 0 -1 0 4166 0 7 0 48 3 0 0 18 0 9 0 2003227070 884887552 3598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 216037 3598 1732 9 0 210612 0
[pid=25640/tid=25641] ppid=25639 vsize=864148 CPUtime=0.36
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 24221 0 -1 64 2648 0 7 0 35 1 0 0 18 0 9 0 2003227071 884887552 3598 996147200 134512640 134550740 4294955952 18446744073709551615 4126569752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25642] ppid=25639 vsize=864148 CPUtime=0.03
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 24221 0 -1 64 479 0 0 0 3 0 0 0 16 0 9 0 2003227072 884887552 3598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25643] ppid=25639 vsize=864148 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 24221 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003227072 884887552 3598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25644] ppid=25639 vsize=864148 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 24221 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003227072 884887552 3598 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 883104

[startup+3.10165 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 25648
/proc/meminfo: memFree=1926616/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.61
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 974 6577 0 82 3 1 47 10 16 0 1 0 2003226973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 24221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003227070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=868248 CPUtime=2.09
/proc/25640/stat : 25640 (java) S 25639 25626 24221 0 -1 0 8510 0 7 0 204 5 0 0 18 0 9 0 2003227070 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217062 7649 2540 9 0 211637 0
[pid=25640/tid=25641] ppid=25639 vsize=868248 CPUtime=1.61
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 24221 0 -1 64 2747 0 7 0 159 2 0 0 25 0 9 0 2003227071 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4126595361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25642] ppid=25639 vsize=868248 CPUtime=0.26
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 24221 0 -1 64 3604 0 0 0 25 1 0 0 16 0 9 0 2003227072 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25643] ppid=25639 vsize=868248 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 24221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003227072 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25644] ppid=25639 vsize=868248 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 24221 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003227072 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25645] ppid=25639 vsize=868248 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003227075 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=868248 CPUtime=0.19
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 24221 0 -1 64 1465 0 0 0 19 0 0 0 15 0 9 0 2003227075 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25647] ppid=25639 vsize=868248 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 24221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003227075 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=868248 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003227075 889085952 7649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 887204

[startup+6.30302 s]
/proc/loadavg: 2.04 2.03 2.00 3/83 25648
/proc/meminfo: memFree=1901976/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.61
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 974 6577 0 82 3 1 47 10 15 0 1 0 2003226973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 24221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003227070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=878676 CPUtime=5.25
/proc/25640/stat : 25640 (java) S 25639 25626 24221 0 -1 0 19716 0 7 0 514 11 0 0 18 0 9 0 2003227070 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 219669 16220 2540 9 0 214244 0
[pid=25640/tid=25641] ppid=25639 vsize=878676 CPUtime=3.97
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 24221 0 -1 64 3098 0 7 0 395 2 0 0 25 0 9 0 2003227071 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25642] ppid=25639 vsize=878676 CPUtime=1.04
/proc/25640/task/25642/stat : 25642 (java) R 25639 25626 24221 0 -1 64 14454 0 0 0 97 7 0 0 16 0 9 0 2003227072 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 103736814 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25643] ppid=25639 vsize=878676 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 24221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003227072 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25644] ppid=25639 vsize=878676 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 24221 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003227072 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25645] ppid=25639 vsize=878676 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003227075 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=878676 CPUtime=0.2
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 24221 0 -1 64 1470 0 0 0 20 0 0 0 15 0 9 0 2003227075 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25647] ppid=25639 vsize=878676 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 24221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003227075 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=878676 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003227075 899764224 16220 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 897632

[startup+12.7027 s]
/proc/loadavg: 2.11 2.05 2.01 3/83 25648
/proc/meminfo: memFree=1868248/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.61
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 974 6577 0 82 3 1 47 10 15 0 1 0 2003226973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 24221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003227070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=868476 CPUtime=11.58
/proc/25640/stat : 25640 (java) S 25639 25626 24221 0 -1 0 25120 0 7 0 1128 30 0 0 18 0 9 0 2003227070 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217119 15340 2566 9 0 211666 0
[pid=25640/tid=25641] ppid=25639 vsize=868476 CPUtime=9.69
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 24221 0 -1 64 3568 0 7 0 952 17 0 0 25 0 9 0 2003227071 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4126951772 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25642] ppid=25639 vsize=868476 CPUtime=1.57
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 24221 0 -1 64 19340 0 0 0 146 11 0 0 16 0 9 0 2003227072 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25643] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 24221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003227072 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25644] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 24221 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003227072 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25645] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003227075 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=868476 CPUtime=0.29
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 24221 0 -1 64 1518 0 0 0 28 1 0 0 16 0 9 0 2003227075 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25647] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 24221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003227075 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003227075 889319424 15340 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.19
Current children cumulated vsize (KiB) 887432

[startup+25.5022 s]
/proc/loadavg: 2.10 2.05 2.00 3/83 25648
/proc/meminfo: memFree=1788632/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=0.61
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 974 6577 0 82 3 1 47 10 16 0 1 0 2003226973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 797 370 3 0 500 0
[pid=25639] ppid=25626 vsize=5356 CPUtime=0
/proc/25639/stat : 25639 (sh) S 25626 25626 24221 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003227070 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25639/statm: 1339 233 193 169 0 50 0
[pid=25640] ppid=25639 vsize=868476 CPUtime=24.19
/proc/25640/stat : 25640 (java) S 25639 25626 24221 0 -1 0 25611 0 7 0 2334 85 0 0 18 0 9 0 2003227070 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25640/statm: 217119 15344 2566 9 0 211666 0
[pid=25640/tid=25641] ppid=25639 vsize=868476 CPUtime=22.08
/proc/25640/task/25641/stat : 25641 (java) R 25639 25626 24221 0 -1 64 4055 0 7 0 2138 70 0 0 25 0 9 0 2003227071 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4127014513 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25642] ppid=25639 vsize=868476 CPUtime=1.8
/proc/25640/task/25642/stat : 25642 (java) S 25639 25626 24221 0 -1 64 19340 0 0 0 166 14 0 0 16 0 9 0 2003227072 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25643] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25643/stat : 25643 (java) S 25639 25626 24221 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003227072 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25644] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25644/stat : 25644 (java) S 25639 25626 24221 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003227072 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25645] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25645/stat : 25645 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003227075 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25646] ppid=25639 vsize=868476 CPUtime=0.3
/proc/25640/task/25646/stat : 25646 (java) S 25639 25626 24221 0 -1 64 1522 0 0 0 29 1 0 0 16 0 9 0 2003227075 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25647] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25647/stat : 25647 (java) S 25639 25626 24221 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003227075 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25640/tid=25648] ppid=25639 vsize=868476 CPUtime=0
/proc/25640/task/25648/stat : 25648 (java) S 25639 25626 24221 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003227075 889319424 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 887432

[startup+51.1021 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 25650
/proc/meminfo: memFree=1706904/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=27.99
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1022 32660 0 89 3 1 2678 117 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 24221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003229846 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=115088 CPUtime=22.16
/proc/25650/stat : 25650 (picosat) R 25649 25626 24221 0 -1 4194304 26377 0 0 0 1005 1211 0 0 25 0 1 0 2003229846 117850112 26363 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25650/statm: 28772 26363 40 102 0 28667 0
Current children cumulated CPU time (s) 50.15
Current children cumulated vsize (KiB) 134044

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

[startup+63.9016 s]
/proc/loadavg: 2.05 2.04 2.00 3/75 25650
/proc/meminfo: memFree=1660312/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=27.99
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1022 32660 0 89 3 1 2678 117 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 24221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003229846 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=163680 CPUtime=34.85
/proc/25650/stat : 25650 (picosat) R 25649 25626 24221 0 -1 4194304 37692 0 0 0 1573 1912 0 0 25 0 1 0 2003229846 167608320 37678 996147200 134512640 134931368 4294956256 18446744073709551615 134514676 0 0 4096 0 0 0 0 17 1 0 0
/proc/25650/statm: 40920 37678 40 102 0 40815 0
Current children cumulated CPU time (s) 62.84
Current children cumulated vsize (KiB) 182636

[startup+70.3013 s]
/proc/loadavg: 2.12 2.05 2.01 3/75 25650
/proc/meminfo: memFree=1637016/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=27.99
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1022 32660 0 89 3 1 2678 117 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 24221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003229846 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=183612 CPUtime=41.2
/proc/25650/stat : 25650 (picosat) R 25649 25626 24221 0 -1 4194304 43315 0 0 0 1857 2263 0 0 25 0 1 0 2003229846 188018688 43301 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25650/statm: 45903 43301 40 102 0 45798 0
Current children cumulated CPU time (s) 69.19
Current children cumulated vsize (KiB) 202568

[startup+76.702 s]
/proc/loadavg: 2.11 2.05 2.01 3/75 25650
/proc/meminfo: memFree=1617560/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=27.99
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1022 32660 0 89 3 1 2678 117 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 24221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003229846 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=203680 CPUtime=47.54
/proc/25650/stat : 25650 (picosat) R 25649 25626 24221 0 -1 4194304 48969 0 0 0 2145 2609 0 0 25 0 1 0 2003229846 208568320 48955 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25650/statm: 50920 48955 40 102 0 50815 0
Current children cumulated CPU time (s) 75.53
Current children cumulated vsize (KiB) 222636

[startup+78.3022 s]
/proc/loadavg: 2.10 2.05 2.00 3/75 25650
/proc/meminfo: memFree=1609688/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=27.99
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1022 32660 0 89 3 1 2678 117 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 24221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003229846 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=225080 CPUtime=49.12
/proc/25650/stat : 25650 (picosat) R 25649 25626 24221 0 -1 4194304 50392 0 0 0 2218 2694 0 0 25 0 1 0 2003229846 230481920 50378 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25650/statm: 56270 50378 40 102 0 56165 0
Current children cumulated CPU time (s) 77.11
Current children cumulated vsize (KiB) 244036

[startup+79.9014 s]
/proc/loadavg: 2.10 2.05 2.00 3/75 25650
/proc/meminfo: memFree=1605848/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=27.99
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1022 32660 0 89 3 1 2678 117 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
[pid=25649] ppid=25626 vsize=5356 CPUtime=0
/proc/25649/stat : 25649 (sh) S 25626 25626 24221 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003229846 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25649/statm: 1339 232 193 169 0 50 0
[pid=25650] ppid=25649 vsize=231512 CPUtime=50.71
/proc/25650/stat : 25650 (picosat) R 25649 25626 24221 0 -1 4194304 51779 0 0 0 2301 2770 0 0 25 0 1 0 2003229846 237068288 51754 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/25650/statm: 57878 51754 42 102 0 57773 0
Current children cumulated CPU time (s) 78.7
Current children cumulated vsize (KiB) 250468

[startup+80.7015 s]
/proc/loadavg: 2.10 2.05 2.00 3/75 25650
/proc/meminfo: memFree=1602840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=79.25
/proc/25626/stat : 25626 (sugar) S 25624 25626 24221 0 -1 4194304 1091 84762 0 89 3 1 5030 2891 16 0 1 0 2003226973 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25626/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 79.25
Current children cumulated vsize (KiB) 13600

[startup+80.9015 s]
/proc/loadavg: 2.10 2.05 2.00 3/75 25650
/proc/meminfo: memFree=1602840/2055920 swapFree=4180000/4192956
[pid=25626] ppid=25624 vsize=13600 CPUtime=79.67
/proc/25626/stat : 25626 (sugar) R 25624 25626 24221 0 -1 4194304 1118 89304 0 90 3 5 5064 2895 16 0 1 0 2003226973 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25626/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 79.67
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 80.9384
CPU time (s): 79.7219
CPU user time (s): 50.6823
CPU system time (s): 29.0396
CPU usage (%): 98.497
Max. virtual memory (cumulated for all children) (KiB): 897632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.6823
system time used= 29.0396
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90452
page faults= 90
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10476
involuntary context switches= 11740

runsolver used 0.097985 second user time and 0.277957 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-05 09:22:08
IDJOB=1087073
IDBENCH=57929
IDSOLVER=345
FILE ID=node23/1087073-1215242528
PBS_JOBID= 7881846
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp02/normalized-fapp02-0250-0.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-1087073-1215242528/watcher-1087073-1215242528 -o /tmp/evaluation-result-1087073-1215242528/solver-1087073-1215242528 -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-1087073-1215242528.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 629efecb0eb59f0ce6ca410b2a2aa039
RANDOM SEED=913453576

node23.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.216
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.216
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:       1964512 kB
Buffers:          1772 kB
Cached:          17928 kB
SwapCached:       6548 kB
Active:          37608 kB
Inactive:         3116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1964512 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:            1788 kB
Writeback:           0 kB
Mapped:          28668 kB
Slab:            36244 kB
Committed_AS:  3454080 kB
PageTables:       1732 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= 66540 MiB
End job on node23 at 2008-07-05 09:23:29