Trace number 1087074

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+minisatUNSAT 38.8591 64.5193

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.02/1.35	c 0	Sugar v1-13 + HOME/minisat
0.02/1.35	c 0	BEGIN Tue Jul  8 03:03:05 2008
0.02/1.35	c 0	PID 3038
0.02/1.35	c 0	HOST node28.alineos.net
0.02/1.35	c 0	CONVERTING HOME/instance-1087074-1215478984.xml TO HOME/temp.csp
0.02/1.35	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087074-1215478984.xml' 'HOME/temp.csp'
0.77/2.14	c 1	13 domains, 250 variables, 8 predicates, 0 relations, 3055 constraints
0.81/2.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.81/2.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'
0.81/2.28	c 1	Parsing HOME/temp.csp
1.20/2.63	c 1	parsed 3326 expressions
1.20/2.64	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/2.64	c 1	Converting to clausal form CSP
1.39/2.82	c 2	converted 333 (10%) expressions
2.39/3.85	c 3	converted 666 (20%) expressions
2.98/4.44	c 3	converted 998 (30%) expressions
3.53/5.03	c 4	converted 1331 (40%) expressions
4.03/5.54	c 4	converted 1663 (50%) expressions
4.53/6.02	c 5	converted 1996 (60%) expressions
4.87/6.40	c 5	converted 2329 (70%) expressions
5.27/6.82	c 6	converted 2661 (80%) expressions
5.66/7.28	c 6	converted 2994 (90%) expressions
6.46/8.00	c 7	converted 3326 (100%) expressions
6.46/8.00	c 7	CSP : 498 integers, 8777 booleans, 18663 clauses, largest domain size 2657
6.46/8.00	c 7	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.46/8.00	c 7	Propagation in CSP
6.67/8.28	c 7	4532 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.67/8.28	c 7	CSP : 498 integers, 8777 booleans, 18663 clauses, largest domain size 2657
6.67/8.28	c 7	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.67/8.29	c 7	Simplifing CSP by introducing new Boolean variables
6.76/8.33	c 7	CSP : 498 integers, 15033 booleans, 24919 clauses, largest domain size 2657
6.76/8.33	c 7	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.06/8.65	c 7	Encoding CSP to SAT : HOME/temp.cnf
7.25/8.85	c 8	50 (10%) CSP integer variables are encoded (7676 clauses, 97651 bytes)
7.35/8.98	c 8	100 (20%) CSP integer variables are encoded (14794 clauses, 199914 bytes)
7.55/9.12	c 8	150 (30%) CSP integer variables are encoded (22238 clauses, 311574 bytes)
7.65/9.26	c 8	200 (40%) CSP integer variables are encoded (29342 clauses, 418134 bytes)
7.75/9.41	c 8	249 (50%) CSP integer variables are encoded (35938 clauses, 517074 bytes)
7.92/9.53	c 8	299 (60%) CSP integer variables are encoded (129111 clauses, 1973450 bytes)
8.02/9.62	c 8	349 (70%) CSP integer variables are encoded (199065 clauses, 3162668 bytes)
8.13/9.72	c 9	399 (80%) CSP integer variables are encoded (272079 clauses, 4403906 bytes)
8.23/9.82	c 9	449 (90%) CSP integer variables are encoded (349687 clauses, 5723242 bytes)
8.33/9.91	c 9	498 (100%) CSP integer variables are encoded (406258 clauses, 6684949 bytes)
14.00/16.07	c 15	2492 (10%) CSP clauses are encoded (1510461 clauses, 29475252 bytes)
18.17/20.93	c 20	4984 (20%) CSP clauses are encoded (2331076 clauses, 47205994 bytes)
20.95/30.34	c 29	7476 (30%) CSP clauses are encoded (2907917 clauses, 60199236 bytes)
22.54/31.97	c 31	9968 (40%) CSP clauses are encoded (3402592 clauses, 71682340 bytes)
23.54/32.99	c 32	12460 (50%) CSP clauses are encoded (3714061 clauses, 78873036 bytes)
25.07/34.43	c 33	14952 (60%) CSP clauses are encoded (4254547 clauses, 91564611 bytes)
29.95/50.60	c 49	17444 (70%) CSP clauses are encoded (4762737 clauses, 103641516 bytes)
31.19/51.78	c 51	19936 (80%) CSP clauses are encoded (5173192 clauses, 113467303 bytes)
32.18/52.79	c 52	22428 (90%) CSP clauses are encoded (5560215 clauses, 122589306 bytes)
33.19/53.73	c 53	24919 (100%) CSP clauses are encoded (5917694 clauses, 130977825 bytes)
33.19/53.73	c 53	24919 CSP clauses encoded
33.19/53.73	c 53	Writing map file : HOME/temp.map
33.19/53.75	c 53	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.19/53.75	c 53	SAT : 421789 SAT variables, 5917694 SAT clauses, 130977825 bytes
33.19/53.75	c 53	Heap : 41 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
33.19/53.78	c 53	SOLVING HOME/temp.cnf
33.19/53.78	c 53	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
33.19/53.79	c 53	This is MiniSat 2.0 beta
33.19/53.79	c 53	WARNING: for repeatability, setting FPU to use double precision
33.19/53.79	c 53	============================[ Problem Statistics ]=============================
33.19/53.79	c 53	|                                                                             |
33.19/53.79	c 53	|  Number of variables:  421789                                               |
33.19/53.79	c 53	|  Number of clauses:    5917694                                              |
37.17/62.32	c 61	|  Parsing time:         3.33         s                                       |
37.27/62.58	c 61	============================[ Search Statistics ]==============================
37.27/62.58	c 61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.27/62.58	c 61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.27/62.58	c 61	===============================================================================
37.27/62.58	c 61	|         0 |  421786  5917691 16236506 |  1972563        0    nan |  0.000 % |
37.84/63.51	c 62	|       100 |  421756  5917691 16236506 |  2169820       96      3 |  0.184 % |
38.24/63.97	c 63	|       250 |  421755  5917691 16236506 |  2386802      245      4 |  0.263 % |
38.24/63.97	c 63	===============================================================================
38.24/63.97	c 63	restarts              : 3
38.24/63.97	c 63	conflicts             : 262            (59 /sec)
38.24/63.97	c 63	decisions             : 6151           (1.56 % random) (1384 /sec)
38.24/63.97	c 63	propagations          : 2758609        (620704 /sec)
38.24/63.97	c 63	conflict literals     : 885            (8.29 % deleted)
38.24/63.97	c 63	Memory used           : 272.23 MB
38.24/63.97	c 63	CPU time              : 4.44432 s
38.24/63.97	c 63	
38.24/63.97	c 63	UNSATISFIABLE
38.33/64.02	c 63	DECODING HOME/temp.out WITH HOME/temp.map
38.33/64.02	c 63	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
38.37/64.11	c 63	Decoding HOME/temp.out
38.37/64.40	s UNSATISFIABLE
38.37/64.42	c 63	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
38.37/64.45	c 63	CPU 35.57 (0.05 0.01 35.52 3.19)
38.37/64.45	c 63	END Tue Jul  8 03:04:08 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-1087074-1215478984/watcher-1087074-1215478984 -o /tmp/evaluation-result-1087074-1215478984/solver-1087074-1215478984 -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/minisat -tmp=HOME/temp HOME/instance-1087074-1215478984.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.07 2.00 1.83 4/81 3038
/proc/meminfo: memFree=1821900/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=18572 CPUtime=0
/proc/3038/stat : 3038 (runsolver) D 3036 3038 2817 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 4600574 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 217871609127 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/3038/statm: 4643 292 257 25 0 2626 0

[startup+0.11001 s]
/proc/loadavg: 2.07 2.00 1.83 4/81 3038
/proc/meminfo: memFree=1821900/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=2504 CPUtime=0
/proc/3038/stat : 3038 (sugar) R 3036 3038 2817 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 4600574 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 217868993232 0 0 4096 0 0 0 0 17 1 0 0
/proc/3038/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.213056 s]
/proc/loadavg: 2.07 2.00 1.83 4/81 3038
/proc/meminfo: memFree=1821900/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=11864 CPUtime=0
/proc/3038/stat : 3038 (sugar) D 3036 3038 2817 0 -1 4194304 125 0 3 0 0 0 0 0 18 0 1 0 4600574 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 217889998672 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/3038/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.301312 s]
/proc/loadavg: 2.07 2.00 1.83 4/81 3038
/proc/meminfo: memFree=1821900/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=12000 CPUtime=0
/proc/3038/stat : 3038 (sugar) D 3036 3038 2817 0 -1 4194304 159 0 5 0 0 0 0 0 18 0 1 0 4600574 12288000 132 996147200 4194304 4206940 548682068608 18446744073709551615 217889391920 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/3038/statm: 3000 132 98 3 0 100 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12000

[startup+0.986535 s]
/proc/loadavg: 2.07 2.00 1.83 4/81 3038
/proc/meminfo: memFree=1821900/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=12264 CPUtime=0.01
/proc/3038/stat : 3038 (sugar) R 3036 3038 2817 0 -1 4194304 287 0 14 0 1 0 0 0 18 0 1 0 4600574 12558336 269 996147200 4194304 4206940 548682068608 18446744073709551615 217889157072 0 0 4224 0 0 0 0 17 1 0 0
/proc/3038/statm: 3066 269 199 3 0 166 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12264

[startup+1.50146 s]
/proc/loadavg: 2.07 2.00 1.83 6/92 3050
/proc/meminfo: memFree=1812852/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=0.05
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 885 127 15 0 4 1 0 0 19 0 1 0 4600574 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 796 370 3 0 500 0
[pid=3041] ppid=3038 vsize=5356 CPUtime=0
/proc/3041/stat : 3041 (sh) S 3038 3038 2817 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 4600710 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3041/statm: 1339 233 193 169 0 50 0
[pid=3042] ppid=3041 vsize=863720 CPUtime=0.12
/proc/3042/stat : 3042 (java) S 3041 3038 2817 0 -1 0 3485 0 1 0 10 2 0 0 18 0 9 0 4600711 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3042/statm: 215930 2962 1691 9 0 210512 0
[pid=3042/tid=3043] ppid=3041 vsize=863720 CPUtime=0.1
/proc/3042/task/3043/stat : 3043 (java) R 3041 3038 2817 0 -1 64 2586 0 1 0 9 1 0 0 18 0 9 0 4600712 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3044] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3044/stat : 3044 (java) S 3041 3038 2817 0 -1 64 3 0 0 0 0 0 0 0 18 0 9 0 4600713 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3045] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3045/stat : 3045 (java) S 3041 3038 2817 0 -1 64 10 0 0 0 0 0 0 0 18 0 9 0 4600713 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3046] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3046/stat : 3046 (java) S 3041 3038 2817 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 4600713 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3047] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3047/stat : 3047 (java) S 3041 3038 2817 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 4600715 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3048] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3048/stat : 3048 (java) R 3041 3038 2817 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 4600715 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 101697521 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3049] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3049/stat : 3049 (java) S 3041 3038 2817 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 4600715 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3042/tid=3050] ppid=3041 vsize=863720 CPUtime=0
/proc/3042/task/3050/stat : 3050 (java) R 3041 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4600715 884449280 2962 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 882676

[startup+3.10264 s]
/proc/loadavg: 2.07 2.00 1.83 3/92 3060
/proc/meminfo: memFree=1811124/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=0.82
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 959 6664 15 1 4 1 73 4 15 0 1 0 4600574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 797 370 3 0 500 0
[pid=3051] ppid=3038 vsize=5356 CPUtime=0
/proc/3051/stat : 3051 (sh) S 3038 3038 2817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4600795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3051/statm: 1339 233 193 169 0 50 0
[pid=3052] ppid=3051 vsize=868256 CPUtime=0.88
/proc/3052/stat : 3052 (java) S 3051 3038 2817 0 -1 0 5509 0 1 0 85 3 0 0 18 0 9 0 4600795 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3052/statm: 217064 4895 1732 9 0 211639 0
[pid=3052/tid=3053] ppid=3051 vsize=868256 CPUtime=0.63
/proc/3052/task/3053/stat : 3053 (java) R 3051 3038 2817 0 -1 64 2668 0 1 0 62 1 0 0 20 0 9 0 4600796 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4126519484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3054] ppid=3051 vsize=868256 CPUtime=0.04
/proc/3052/task/3054/stat : 3054 (java) S 3051 3038 2817 0 -1 64 695 0 0 0 4 0 0 0 16 0 9 0 4600797 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3055] ppid=3051 vsize=868256 CPUtime=0
/proc/3052/task/3055/stat : 3055 (java) S 3051 3038 2817 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 4600797 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3056] ppid=3051 vsize=868256 CPUtime=0
/proc/3052/task/3056/stat : 3056 (java) S 3051 3038 2817 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 4600797 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3057] ppid=3051 vsize=868256 CPUtime=0
/proc/3052/task/3057/stat : 3057 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4600799 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3058] ppid=3051 vsize=868256 CPUtime=0.17
/proc/3052/task/3058/stat : 3058 (java) S 3051 3038 2817 0 -1 64 1455 0 0 0 17 0 0 0 16 0 9 0 4600799 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3059] ppid=3051 vsize=868256 CPUtime=0
/proc/3052/task/3059/stat : 3059 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600799 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3060] ppid=3051 vsize=868256 CPUtime=0
/proc/3052/task/3060/stat : 3060 (java) S 3051 3038 2817 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4600799 889094144 4895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 887212

[startup+6.30202 s]
/proc/loadavg: 2.22 2.04 1.85 4/92 3060
/proc/meminfo: memFree=1786164/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=0.82
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 959 6664 15 1 4 1 73 4 15 0 1 0 4600574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 797 370 3 0 500 0
[pid=3051] ppid=3038 vsize=5356 CPUtime=0
/proc/3051/stat : 3051 (sh) S 3038 3038 2817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4600795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3051/statm: 1339 233 193 169 0 50 0
[pid=3052] ppid=3051 vsize=868372 CPUtime=3.95
/proc/3052/stat : 3052 (java) S 3051 3038 2817 0 -1 0 11915 0 1 0 387 8 0 0 18 0 9 0 4600795 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3052/statm: 217093 10964 2540 9 0 211668 0
[pid=3052/tid=3053] ppid=3051 vsize=868372 CPUtime=2.99
/proc/3052/task/3053/stat : 3053 (java) R 3051 3038 2817 0 -1 64 3059 0 1 0 297 2 0 0 25 0 9 0 4600796 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4126519484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3054] ppid=3051 vsize=868372 CPUtime=0.73
/proc/3052/task/3054/stat : 3054 (java) S 3051 3038 2817 0 -1 64 6692 0 0 0 68 5 0 0 16 0 9 0 4600797 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3055] ppid=3051 vsize=868372 CPUtime=0
/proc/3052/task/3055/stat : 3055 (java) S 3051 3038 2817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4600797 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3056] ppid=3051 vsize=868372 CPUtime=0
/proc/3052/task/3056/stat : 3056 (java) S 3051 3038 2817 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4600797 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3057] ppid=3051 vsize=868372 CPUtime=0
/proc/3052/task/3057/stat : 3057 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4600799 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3058] ppid=3051 vsize=868372 CPUtime=0.2
/proc/3052/task/3058/stat : 3058 (java) S 3051 3038 2817 0 -1 64 1472 0 0 0 20 0 0 0 15 0 9 0 4600799 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3059] ppid=3051 vsize=868372 CPUtime=0
/proc/3052/task/3059/stat : 3059 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600799 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3060] ppid=3051 vsize=868372 CPUtime=0
/proc/3052/task/3060/stat : 3060 (java) S 3051 3038 2817 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4600799 889212928 10964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.77
Current children cumulated vsize (KiB) 887328

[startup+12.7028 s]
/proc/loadavg: 2.20 2.03 1.85 4/92 3060
/proc/meminfo: memFree=1747252/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=0.82
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 959 6664 15 1 4 1 73 4 15 0 1 0 4600574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 797 370 3 0 500 0
[pid=3051] ppid=3038 vsize=5356 CPUtime=0
/proc/3051/stat : 3051 (sh) S 3038 3038 2817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4600795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3051/statm: 1339 233 193 169 0 50 0
[pid=3052] ppid=3051 vsize=868484 CPUtime=10.28
/proc/3052/stat : 3052 (java) S 3051 3038 2817 0 -1 0 24166 0 1 0 1001 27 0 0 18 0 9 0 4600795 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3052/statm: 217121 15337 2566 9 0 211668 0
[pid=3052/tid=3053] ppid=3051 vsize=868484 CPUtime=8.31
/proc/3052/task/3053/stat : 3053 (java) R 3051 3038 2817 0 -1 64 3533 0 1 0 818 13 0 0 25 0 9 0 4600796 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4126954107 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3054] ppid=3051 vsize=868484 CPUtime=1.65
/proc/3052/task/3054/stat : 3054 (java) S 3051 3038 2817 0 -1 64 18424 0 0 0 154 11 0 0 16 0 9 0 4600797 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3055] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3055/stat : 3055 (java) S 3051 3038 2817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4600797 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3056] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3056/stat : 3056 (java) S 3051 3038 2817 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4600797 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3057] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3057/stat : 3057 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4600799 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3058] ppid=3051 vsize=868484 CPUtime=0.28
/proc/3052/task/3058/stat : 3058 (java) S 3051 3038 2817 0 -1 64 1517 0 0 0 28 0 0 0 17 0 9 0 4600799 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3059] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3059/stat : 3059 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600799 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3060] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3060/stat : 3060 (java) S 3051 3038 2817 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4600799 889327616 15337 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.1
Current children cumulated vsize (KiB) 887440

[startup+25.5011 s]
/proc/loadavg: 2.38 2.08 1.86 4/92 3060
/proc/meminfo: memFree=1711924/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=0.82
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 959 6664 15 1 4 1 73 4 16 0 1 0 4600574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3038/statm: 3400 797 370 3 0 500 0
[pid=3051] ppid=3038 vsize=5356 CPUtime=0
/proc/3051/stat : 3051 (sh) S 3038 3038 2817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4600795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3051/statm: 1339 233 193 169 0 50 0
[pid=3052] ppid=3051 vsize=868484 CPUtime=18.22
/proc/3052/stat : 3052 (java) S 3051 3038 2817 0 -1 0 24394 0 1 0 1768 54 0 0 18 0 9 0 4600795 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3052/statm: 217121 15343 2566 9 0 211668 0
[pid=3052/tid=3053] ppid=3051 vsize=868484 CPUtime=16.14
/proc/3052/task/3053/stat : 3053 (java) R 3051 3038 2817 0 -1 64 3755 0 1 0 1575 39 0 0 25 0 9 0 4600796 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4126572029 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3054] ppid=3051 vsize=868484 CPUtime=1.76
/proc/3052/task/3054/stat : 3054 (java) S 3051 3038 2817 0 -1 64 18424 0 0 0 163 13 0 0 16 0 9 0 4600797 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3052/tid=3055] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3055/stat : 3055 (java) S 3051 3038 2817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4600797 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3056] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3056/stat : 3056 (java) S 3051 3038 2817 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4600797 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3057] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3057/stat : 3057 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4600799 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3058] ppid=3051 vsize=868484 CPUtime=0.29
/proc/3052/task/3058/stat : 3058 (java) S 3051 3038 2817 0 -1 64 1523 0 0 0 29 0 0 0 15 0 9 0 4600799 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3059] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3059/stat : 3059 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600799 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3060] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3060/stat : 3060 (java) S 3051 3038 2817 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4600799 889327616 15343 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 887440

[startup+51.1022 s]
/proc/loadavg: 2.68 2.17 1.90 4/92 3060
/proc/meminfo: memFree=1660468/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=0.82
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 959 6664 15 1 4 1 73 4 16 0 1 0 4600574 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 797 370 3 0 500 0
[pid=3051] ppid=3038 vsize=5356 CPUtime=0
/proc/3051/stat : 3051 (sh) S 3038 3038 2817 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4600795 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3051/statm: 1339 233 193 169 0 50 0
[pid=3052] ppid=3051 vsize=868484 CPUtime=29.78
/proc/3052/stat : 3052 (java) S 3051 3038 2817 0 -1 0 24725 0 1 0 2750 228 0 0 18 0 9 0 4600795 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3052/statm: 217121 15344 2566 9 0 211668 0
[pid=3052/tid=3053] ppid=3051 vsize=868484 CPUtime=25.87
/proc/3052/task/3053/stat : 3053 (java) R 3051 3038 2817 0 -1 64 4085 0 1 0 2471 116 0 0 25 0 9 0 4600796 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4126583094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3054] ppid=3051 vsize=868484 CPUtime=2.53
/proc/3052/task/3054/stat : 3054 (java) S 3051 3038 2817 0 -1 64 18424 0 0 0 216 37 0 0 16 0 9 0 4600797 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3055] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3055/stat : 3055 (java) S 3051 3038 2817 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4600797 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3056] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3056/stat : 3056 (java) S 3051 3038 2817 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 4600797 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3057] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3057/stat : 3057 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4600799 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3058] ppid=3051 vsize=868484 CPUtime=0.29
/proc/3052/task/3058/stat : 3058 (java) S 3051 3038 2817 0 -1 64 1524 0 0 0 29 0 0 0 15 0 9 0 4600799 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3059] ppid=3051 vsize=868484 CPUtime=0
/proc/3052/task/3059/stat : 3059 (java) S 3051 3038 2817 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4600799 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3052/tid=3060] ppid=3051 vsize=868484 CPUtime=1.04
/proc/3052/task/3060/stat : 3060 (java) S 3051 3038 2817 0 -1 64 0 0 0 0 32 72 0 0 15 0 9 0 4600799 889327616 15344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.6
Current children cumulated vsize (KiB) 887440

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

[startup+54.2016 s]
/proc/loadavg: 2.68 2.17 1.90 4/92 3060
/proc/meminfo: memFree=1632564/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=33.26
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 1018 31834 15 2 5 1 3071 249 16 0 1 0 4600574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 33.26
Current children cumulated vsize (KiB) 13600

[startup+60.6013 s]
/proc/loadavg: 2.73 2.20 1.91 3/84 3062
/proc/meminfo: memFree=1469940/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=33.26
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 1018 31834 15 2 5 1 3071 249 16 0 1 0 4600574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 799 370 3 0 500 0
[pid=3061] ppid=3038 vsize=5356 CPUtime=0
/proc/3061/stat : 3061 (sh) S 3038 3038 2817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4605953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3061/statm: 1339 232 193 169 0 50 0
[pid=3062] ppid=3061 vsize=217780 CPUtime=3.3
/proc/3062/stat : 3062 (minisat) R 3061 3038 2817 0 -1 4194304 52988 0 0 0 276 54 0 0 25 0 1 0 4605953 223006720 52974 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 0 0 0 17 0 0 0
/proc/3062/statm: 54445 52974 62 150 0 54292 0
Current children cumulated CPU time (s) 36.56
Current children cumulated vsize (KiB) 236736

[startup+62.2017 s]
/proc/loadavg: 2.73 2.20 1.91 6/84 3062
/proc/meminfo: memFree=1462452/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=33.26
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 1018 31834 15 2 5 1 3071 249 16 0 1 0 4600574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 799 370 3 0 500 0
[pid=3061] ppid=3038 vsize=5356 CPUtime=0
/proc/3061/stat : 3061 (sh) S 3038 3038 2817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4605953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3061/statm: 1339 232 193 169 0 50 0
[pid=3062] ppid=3061 vsize=263956 CPUtime=3.9
/proc/3062/stat : 3062 (minisat) R 3061 3038 2817 0 -1 4194304 62943 0 0 0 330 60 0 0 25 0 1 0 4605953 270290944 62929 996147200 134512640 135127466 4294956256 18446744073709551615 134533009 0 0 4096 3 0 0 0 17 1 0 0
/proc/3062/statm: 65989 62929 62 150 0 65836 0
Current children cumulated CPU time (s) 37.16
Current children cumulated vsize (KiB) 282912

[startup+63.8027 s]
/proc/loadavg: 2.73 2.20 1.91 3/84 3062
/proc/meminfo: memFree=1418868/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=33.26
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 1018 31834 15 2 5 1 3071 249 16 0 1 0 4600574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 799 370 3 0 500 0
[pid=3061] ppid=3038 vsize=5356 CPUtime=0
/proc/3061/stat : 3061 (sh) S 3038 3038 2817 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4605953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3061/statm: 1339 232 193 169 0 50 0
[pid=3062] ppid=3061 vsize=277656 CPUtime=4.88
/proc/3062/stat : 3062 (minisat) R 3061 3038 2817 0 -1 4194304 66393 0 0 0 427 61 0 0 25 0 1 0 4605953 284319744 66379 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3062/statm: 69414 66379 75 150 0 69261 0
Current children cumulated CPU time (s) 38.14
Current children cumulated vsize (KiB) 296612

[startup+64.2027 s]
/proc/loadavg: 2.73 2.20 1.91 3/84 3062
/proc/meminfo: memFree=1418868/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=38.37
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 1075 98756 15 2 5 1 3516 315 16 0 1 0 4600574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 38.37
Current children cumulated vsize (KiB) 13600

[startup+64.4028 s]
/proc/loadavg: 2.73 2.20 1.91 3/84 3062
/proc/meminfo: memFree=1418868/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=38.37
/proc/3038/stat : 3038 (sugar) S 3036 3038 2817 0 -1 4194304 1075 98756 15 2 5 1 3516 315 16 0 1 0 4600574 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3038/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 38.37
Current children cumulated vsize (KiB) 13600

[startup+64.5028 s]
/proc/loadavg: 2.73 2.20 1.91 3/84 3062
/proc/meminfo: memFree=1418868/2055920 swapFree=4192956/4192956
[pid=3038] ppid=3036 vsize=13600 CPUtime=38.83
/proc/3038/stat : 3038 (sugar) R 3036 3038 2817 0 -1 4194304 1103 103298 15 3 5 7 3552 319 16 0 1 0 4600574 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 217871782953 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3038/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 38.83
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 64.5193
CPU time (s): 38.8591
CPU user time (s): 35.5726
CPU system time (s): 3.2865
CPU usage (%): 60.2286
Max. virtual memory (cumulated for all children) (KiB): 897576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.5726
system time used= 3.2865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104431
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10375
involuntary context switches= 10174

runsolver used 0.278957 second user time and 0.539917 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-08 03:03:04
IDJOB=1087074
IDBENCH=57929
IDSOLVER=346
FILE ID=node28/1087074-1215478984
PBS_JOBID= 7888701
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087074-1215478984/watcher-1087074-1215478984 -o /tmp/evaluation-result-1087074-1215478984/solver-1087074-1215478984 -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/minisat" -tmp="HOME/temp" HOME/instance-1087074-1215478984.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 629efecb0eb59f0ce6ca410b2a2aa039
RANDOM SEED=91654359

node28.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.223
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	: 5931.00
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.223
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:       1822380 kB
Buffers:         24844 kB
Cached:         118704 kB
SwapCached:          0 kB
Active:         120440 kB
Inactive:        82848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1822380 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1736 kB
Writeback:           0 kB
Mapped:          79836 kB
Slab:            15332 kB
Committed_AS:   172176 kB
PageTables:       1964 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= 66500 MiB
End job on node28 at 2008-07-08 03:04:08