Trace number 2083930

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 62.7845 63.4935

General information on the benchmark

Namecsp/fapp/fapp05/
normalized-fapp05-0350-6.xml
MD5SUM84f9ffd3bc330531b9df688f127dfd93
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 benchmark22.6356
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints4665
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4665
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:01:45 2009
0.00/0.08	c 0	PID 23984
0.00/0.08	c 0	HOST node12.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083930-1247378504.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083930-1247378504.xml' 'HOME/temp.csp'
0.07/0.87	c 0	5 domains, 350 variables, 7 predicates, 0 relations, 4665 constraints
0.07/0.92	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.01	c 0	Parsing HOME/temp.csp
1.01/1.14	c 1	parsed 5027 expressions
1.01/1.15	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.15	c 1	Converting to clausal form CSP
1.41/1.56	c 1	converted 503 (10%) expressions
2.10/2.28	c 2	converted 1006 (20%) expressions
2.69/2.88	c 2	converted 1509 (30%) expressions
3.29/3.48	c 3	converted 2011 (40%) expressions
3.69/3.88	c 3	converted 2514 (50%) expressions
4.09/4.28	c 4	converted 3017 (60%) expressions
4.48/4.66	c 4	converted 3519 (70%) expressions
5.09/5.21	c 5	converted 4022 (80%) expressions
5.48/5.61	c 5	converted 4525 (90%) expressions
5.88/6.01	c 5	converted 5027 (100%) expressions
5.88/6.01	c 5	CSP : 697 integers, 13348 booleans, 28400 clauses, largest domain size 2717
5.88/6.01	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.88/6.01	c 5	Propagation in CSP
6.08/6.22	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.08/6.22	c 6	CSP : 697 integers, 13348 booleans, 28400 clauses, largest domain size 2717
6.08/6.22	c 6	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.08/6.24	c 6	Simplifing CSP by introducing new Boolean variables
6.19/6.31	c 6	CSP : 697 integers, 23210 booleans, 38262 clauses, largest domain size 2717
6.19/6.31	c 6	Heap : 30 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.48/6.61	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.77/6.98	c 6	70 (10%) CSP integer variables are encoded (15840 clauses, 215546 bytes)
7.17/7.32	c 7	140 (20%) CSP integer variables are encoded (32412 clauses, 464126 bytes)
7.47/7.62	c 7	210 (30%) CSP integer variables are encoded (47677 clauses, 693101 bytes)
7.76/7.92	c 7	279 (40%) CSP integer variables are encoded (62774 clauses, 919556 bytes)
8.07/8.24	c 8	349 (50%) CSP integer variables are encoded (78547 clauses, 1156151 bytes)
8.27/8.46	c 8	419 (60%) CSP integer variables are encoded (252532 clauses, 4071709 bytes)
8.46/8.64	c 8	488 (70%) CSP integer variables are encoded (386769 clauses, 6353738 bytes)
8.65/8.85	c 8	558 (80%) CSP integer variables are encoded (545137 clauses, 9045994 bytes)
8.85/9.03	c 9	628 (90%) CSP integer variables are encoded (690149 clauses, 11511198 bytes)
8.95/9.18	c 9	697 (100%) CSP integer variables are encoded (815836 clauses, 13647877 bytes)
12.24/12.50	c 12	3827 (10%) CSP clauses are encoded (1813932 clauses, 37241487 bytes)
15.59/15.87	c 15	7653 (20%) CSP clauses are encoded (2937409 clauses, 64221594 bytes)
18.56/18.88	c 18	11479 (30%) CSP clauses are encoded (3971304 clauses, 89149993 bytes)
21.05/21.38	c 21	15305 (40%) CSP clauses are encoded (4847950 clauses, 110421852 bytes)
24.42/24.70	c 24	19131 (50%) CSP clauses are encoded (6072455 clauses, 140030675 bytes)
27.39/27.70	c 27	22958 (60%) CSP clauses are encoded (7201563 clauses, 167201739 bytes)
30.54/30.93	c 30	26784 (70%) CSP clauses are encoded (8398504 clauses, 196175919 bytes)
33.41/33.86	c 33	30610 (80%) CSP clauses are encoded (9471676 clauses, 222263654 bytes)
36.37/36.81	c 36	34436 (90%) CSP clauses are encoded (10549619 clauses, 248388197 bytes)
39.07/39.69	c 39	38262 (100%) CSP clauses are encoded (11559814 clauses, 272995311 bytes)
39.07/39.69	c 39	38262 CSP clauses encoded
39.07/39.69	c 39	Writing map file : HOME/temp.map
39.15/39.73	c 39	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.15/39.73	c 39	SAT : 839743 SAT variables, 11559814 SAT clauses, 272995311 bytes
39.15/39.73	c 39	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
39.15/39.78	c 39	SOLVING HOME/temp.cnf
39.15/39.78	c 39	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.15/39.78	c 39	This is MiniSat 2.0 beta
39.15/39.78	c 39	WARNING: for repeatability, setting FPU to use double precision
39.15/39.78	c 39	============================[ Problem Statistics ]=============================
39.15/39.78	c 39	|                                                                             |
39.15/39.78	c 39	|  Number of variables:  839743                                               |
39.15/39.78	c 39	|  Number of clauses:    11559814                                             |
46.08/46.77	c 46	|  Parsing time:         6.04         s                                       |
46.48/47.10	c 47	============================[ Search Statistics ]==============================
46.48/47.10	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
46.48/47.10	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
46.48/47.10	c 47	===============================================================================
46.48/47.10	c 47	|         0 |  839741 11559810 33041459 |  3853270        0    nan |  0.000 % |
47.47/48.18	c 48	|       100 |  839712 11559810 33041459 |  4238597       96      3 |  0.149 % |
51.05/51.73	c 51	|       251 |  839706 11559810 33041459 |  4662456      242      3 |  0.693 % |
55.22/55.97	c 55	|       476 |  839703 11559810 33041459 |  5128702      464      3 |  0.694 % |
59.21/59.94	c 59	|       813 |  839694 11559810 33041459 |  5641572      796      4 |  1.212 % |
62.00/62.71	c 62	|      1319 |  839686 11559810 33041459 |  6205729     1299      5 |  1.226 % |
62.00/62.72	c 62	===============================================================================
62.00/62.72	c 62	restarts              : 6
62.00/62.72	c 62	conflicts             : 1324           (61 /sec)
62.00/62.72	c 62	decisions             : 57886          (1.47 % random) (2649 /sec)
62.00/62.72	c 62	propagations          : 32101600       (1468799 /sec)
62.00/62.72	c 62	conflict literals     : 7088           (13.75 % deleted)
62.00/62.72	c 62	Memory used           : 546.33 MB
62.00/62.72	c 62	CPU time              : 21.8557 s
62.00/62.72	c 62	
62.00/62.72	c 62	UNSATISFIABLE
62.09/62.81	c 62	DECODING HOME/temp.out WITH HOME/temp.map
62.09/62.81	c 62	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
62.09/62.89	c 62	Decoding HOME/temp.out
62.12/63.29	s UNSATISFIABLE
62.12/63.30	c 63	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
62.12/63.35	c 63	CPU 62.61 (0.06 0.01 59.43 3.11)
62.12/63.35	c 63	END Sun Jul 12 08:02:48 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083930-1247378504/watcher-2083930-1247378504 -o /tmp/evaluation-result-2083930-1247378504/solver-2083930-1247378504 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083930-1247378504.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 23984
/proc/meminfo: memFree=1405344/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=18576 CPUtime=0
/proc/23984/stat : 23984 (runsolver) R 23982 23984 23899 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24917471 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 252429528359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23984/statm: 4644 284 249 26 0 2626 0

[startup+0.084191 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 23984
/proc/meminfo: memFree=1405344/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.07
/proc/23984/stat : 23984 (sugar) R 23982 23984 23899 0 -1 4194304 1186 128 0 0 6 1 0 0 18 0 1 0 24917471 17272832 1108 996147200 4194304 4206940 548682068608 18446744073709551615 252438425554 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23984/statm: 4217 1108 406 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101193 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 23984
/proc/meminfo: memFree=1405344/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.07
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301208 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 23984
/proc/meminfo: memFree=1405344/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.07
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701251 s]
/proc/loadavg: 2.12 2.04 2.01 4/80 23984
/proc/meminfo: memFree=1405344/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.07
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 2.11 2.04 2.00 3/91 24006
/proc/meminfo: memFree=1397832/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.85
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1309 7325 0 1 6 1 73 5 15 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
[pid=23997] ppid=23984 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23984 23984 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 233 193 169 0 50 0
[pid=23998] ppid=23997 vsize=868480 CPUtime=0.56
/proc/23998/stat : 23998 (java) S 23997 23984 23899 0 -1 0 5517 0 1 0 53 3 0 0 18 0 9 0 24917564 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23998/statm: 217120 4931 1742 9 0 211625 0
[pid=23998/tid=23999] ppid=23997 vsize=868480 CPUtime=0.36
/proc/23998/task/23999/stat : 23999 (java) R 23997 23984 23899 0 -1 64 2671 0 1 0 36 0 0 0 19 0 9 0 24917565 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4126509152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24000] ppid=23997 vsize=868480 CPUtime=0.03
/proc/23998/task/24000/stat : 24000 (java) S 23997 23984 23899 0 -1 64 699 0 0 0 3 0 0 0 16 0 9 0 24917566 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24001] ppid=23997 vsize=868480 CPUtime=0
/proc/23998/task/24001/stat : 24001 (java) S 23997 23984 23899 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24917566 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24002] ppid=23997 vsize=868480 CPUtime=0
/proc/23998/task/24002/stat : 24002 (java) S 23997 23984 23899 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24917566 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24003] ppid=23997 vsize=868480 CPUtime=0
/proc/23998/task/24003/stat : 24003 (java) S 23997 23984 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24917568 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24004] ppid=23997 vsize=868480 CPUtime=0.14
/proc/23998/task/24004/stat : 24004 (java) S 23997 23984 23899 0 -1 64 1454 0 0 0 13 1 0 0 16 0 9 0 24917568 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24005] ppid=23997 vsize=868480 CPUtime=0
/proc/23998/task/24005/stat : 24005 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24917568 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24006] ppid=23997 vsize=868480 CPUtime=0
/proc/23998/task/24006/stat : 24006 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24917568 889323520 4931 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890704

[startup+3.10249 s]
/proc/loadavg: 2.11 2.04 2.00 3/91 24006
/proc/meminfo: memFree=1385416/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.85
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1309 7325 0 1 6 1 73 5 16 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
[pid=23997] ppid=23984 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23984 23984 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 233 193 169 0 50 0
[pid=23998] ppid=23997 vsize=868564 CPUtime=2.15
/proc/23998/stat : 23998 (java) S 23997 23984 23899 0 -1 0 8771 0 1 0 209 6 0 0 18 0 9 0 24917564 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23998/statm: 217141 7851 2566 9 0 211646 0
[pid=23998/tid=23999] ppid=23997 vsize=868564 CPUtime=1.66
/proc/23998/task/23999/stat : 23999 (java) R 23997 23984 23899 0 -1 64 2830 0 1 0 165 1 0 0 25 0 9 0 24917565 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4126509110 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24000] ppid=23997 vsize=868564 CPUtime=0.28
/proc/23998/task/24000/stat : 24000 (java) S 23997 23984 23899 0 -1 64 3767 0 0 0 26 2 0 0 16 0 9 0 24917566 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24001] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24001/stat : 24001 (java) S 23997 23984 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917566 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24002] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24002/stat : 24002 (java) S 23997 23984 23899 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917566 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24003] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24003/stat : 24003 (java) S 23997 23984 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24917568 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24004] ppid=23997 vsize=868564 CPUtime=0.18
/proc/23998/task/24004/stat : 24004 (java) S 23997 23984 23899 0 -1 64 1476 0 0 0 17 1 0 0 15 0 9 0 24917568 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24005] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24005/stat : 24005 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24917568 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24006] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24006/stat : 24006 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24917568 889409536 7851 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890788

[startup+6.3059 s]
/proc/loadavg: 2.11 2.04 2.00 3/91 24006
/proc/meminfo: memFree=1365448/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.85
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1310 7325 0 1 6 1 73 5 16 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
[pid=23997] ppid=23984 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23984 23984 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 233 193 169 0 50 0
[pid=23998] ppid=23997 vsize=868564 CPUtime=5.34
/proc/23998/stat : 23998 (java) S 23997 23984 23899 0 -1 0 14501 0 1 0 523 11 0 0 18 0 9 0 24917564 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23998/statm: 217141 13302 2566 9 0 211646 0
[pid=23998/tid=23999] ppid=23997 vsize=868564 CPUtime=4.26
/proc/23998/task/23999/stat : 23999 (java) R 23997 23984 23899 0 -1 64 3258 0 1 0 424 2 0 0 25 0 9 0 24917565 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24000] ppid=23997 vsize=868564 CPUtime=0.84
/proc/23998/task/24000/stat : 24000 (java) S 23997 23984 23899 0 -1 64 9055 0 0 0 79 5 0 0 15 0 9 0 24917566 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24001] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24001/stat : 24001 (java) S 23997 23984 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917566 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24002] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24002/stat : 24002 (java) S 23997 23984 23899 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917566 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24003] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24003/stat : 24003 (java) S 23997 23984 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24917568 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24004] ppid=23997 vsize=868564 CPUtime=0.19
/proc/23998/task/24004/stat : 24004 (java) S 23997 23984 23899 0 -1 64 1490 0 0 0 18 1 0 0 15 0 9 0 24917568 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24005] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24005/stat : 24005 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24917568 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24006] ppid=23997 vsize=868564 CPUtime=0
/proc/23998/task/24006/stat : 24006 (java) R 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24917568 889409536 13302 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890788

[startup+12.7014 s]
/proc/loadavg: 2.16 2.06 2.01 3/91 24006
/proc/meminfo: memFree=1324040/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.85
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1310 7325 0 1 6 1 73 5 16 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
[pid=23997] ppid=23984 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23984 23984 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 233 193 169 0 50 0
[pid=23998] ppid=23997 vsize=868676 CPUtime=11.68
/proc/23998/stat : 23998 (java) S 23997 23984 23899 0 -1 0 18879 0 1 0 1130 38 0 0 18 0 9 0 24917564 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23998/statm: 217169 13517 2593 9 0 211646 0
[pid=23998/tid=23999] ppid=23997 vsize=868676 CPUtime=10.11
/proc/23998/task/23999/stat : 23999 (java) R 23997 23984 23899 0 -1 64 3718 0 1 0 986 25 0 0 25 0 9 0 24917565 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4126973976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24000] ppid=23997 vsize=868676 CPUtime=1.29
/proc/23998/task/24000/stat : 24000 (java) S 23997 23984 23899 0 -1 64 12932 0 0 0 119 10 0 0 16 0 9 0 24917566 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24001] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24001/stat : 24001 (java) S 23997 23984 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917566 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24002] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24002/stat : 24002 (java) S 23997 23984 23899 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917566 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24003] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24003/stat : 24003 (java) S 23997 23984 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24004] ppid=23997 vsize=868676 CPUtime=0.25
/proc/23998/task/24004/stat : 24004 (java) S 23997 23984 23899 0 -1 64 1531 0 0 0 24 1 0 0 16 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24005] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24005/stat : 24005 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24006] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24006/stat : 24006 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890900

[startup+25.5027 s]
/proc/loadavg: 2.14 2.06 2.01 3/91 24006
/proc/meminfo: memFree=1213384/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=0.85
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1310 7325 0 1 6 1 73 5 16 0 1 0 24917471 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1111 409 3 0 796 0
[pid=23997] ppid=23984 vsize=5356 CPUtime=0
/proc/23997/stat : 23997 (sh) S 23984 23984 23899 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24917563 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23997/statm: 1339 233 193 169 0 50 0
[pid=23998] ppid=23997 vsize=868676 CPUtime=24.35
/proc/23998/stat : 23998 (java) S 23997 23984 23899 0 -1 0 19697 0 1 0 2324 111 0 0 18 0 9 0 24917564 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23998/statm: 217169 13517 2593 9 0 211646 0
[pid=23998/tid=23999] ppid=23997 vsize=868676 CPUtime=22.42
/proc/23998/task/23999/stat : 23999 (java) R 23997 23984 23899 0 -1 64 4536 0 1 0 2147 95 0 0 25 0 9 0 24917565 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4126994697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24000] ppid=23997 vsize=868676 CPUtime=1.64
/proc/23998/task/24000/stat : 24000 (java) S 23997 23984 23899 0 -1 64 12932 0 0 0 151 13 0 0 16 0 9 0 24917566 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24001] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24001/stat : 24001 (java) S 23997 23984 23899 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24917566 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24002] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24002/stat : 24002 (java) S 23997 23984 23899 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24917566 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24003] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24003/stat : 24003 (java) S 23997 23984 23899 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24004] ppid=23997 vsize=868676 CPUtime=0.26
/proc/23998/task/24004/stat : 24004 (java) S 23997 23984 23899 0 -1 64 1531 0 0 0 25 1 0 0 17 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24005] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24005/stat : 24005 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23998/tid=24006] ppid=23997 vsize=868676 CPUtime=0
/proc/23998/task/24006/stat : 24006 (java) S 23997 23984 23899 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24917568 889524224 13517 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 890900

[startup+51.1013 s]
/proc/loadavg: 2.24 2.08 2.02 3/83 24008
/proc/meminfo: memFree=603464/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=39.2
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1377 28281 0 2 6 1 3712 201 16 0 1 0 24917471 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1114 409 3 0 796 0
[pid=24007] ppid=23984 vsize=5356 CPUtime=0
/proc/24007/stat : 24007 (sh) S 23984 23984 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24921449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24007/statm: 1339 232 193 169 0 50 0
[pid=24008] ppid=24007 vsize=543096 CPUtime=11.25
/proc/24008/stat : 24008 (minisat) R 24007 23984 23899 0 -1 4194304 131760 0 0 0 1031 94 0 0 25 0 1 0 24921449 556130304 131746 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24008/statm: 135774 131746 75 150 0 135621 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 565320

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

[startup+57.5019 s]
/proc/loadavg: 2.20 2.08 2.02 3/83 24008
/proc/meminfo: memFree=588616/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=39.2
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1377 28281 0 2 6 1 3712 201 16 0 1 0 24917471 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1114 409 3 0 796 0
[pid=24007] ppid=23984 vsize=5356 CPUtime=0
/proc/24007/stat : 24007 (sh) S 23984 23984 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24921449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24007/statm: 1339 232 193 169 0 50 0
[pid=24008] ppid=24007 vsize=555808 CPUtime=17.62
/proc/24008/stat : 24008 (minisat) R 24007 23984 23899 0 -1 4194304 134985 0 0 0 1666 96 0 0 25 0 1 0 24921449 569147392 134971 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 1 0 0
/proc/24008/statm: 138952 134971 75 150 0 138799 0
Current children cumulated CPU time (s) 56.82
Current children cumulated vsize (KiB) 578032

[startup+60.7022 s]
/proc/loadavg: 2.20 2.08 2.02 3/83 24008
/proc/meminfo: memFree=585928/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=39.2
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1377 28281 0 2 6 1 3712 201 16 0 1 0 24917471 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1114 409 3 0 796 0
[pid=24007] ppid=23984 vsize=5356 CPUtime=0
/proc/24007/stat : 24007 (sh) S 23984 23984 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24921449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24007/statm: 1339 232 193 169 0 50 0
[pid=24008] ppid=24007 vsize=557904 CPUtime=20.8
/proc/24008/stat : 24008 (minisat) R 24007 23984 23899 0 -1 4194304 135532 0 0 0 1984 96 0 0 25 0 1 0 24921449 571293696 135518 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/24008/statm: 139476 135518 75 150 0 139323 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (KiB) 580128

[startup+62.3024 s]
/proc/loadavg: 2.18 2.08 2.02 3/83 24008
/proc/meminfo: memFree=585288/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=39.2
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1377 28281 0 2 6 1 3712 201 16 0 1 0 24917471 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1114 409 3 0 796 0
[pid=24007] ppid=23984 vsize=5356 CPUtime=0
/proc/24007/stat : 24007 (sh) S 23984 23984 23899 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24921449 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 252429525828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24007/statm: 1339 232 193 169 0 50 0
[pid=24008] ppid=24007 vsize=559300 CPUtime=22.4
/proc/24008/stat : 24008 (minisat) R 24007 23984 23899 0 -1 4194304 135858 0 0 0 2144 96 0 0 25 0 1 0 24921449 572723200 135844 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24008/statm: 139825 135844 75 150 0 139672 0
Current children cumulated CPU time (s) 61.6
Current children cumulated vsize (KiB) 581524

[startup+63.1025 s]
/proc/loadavg: 2.18 2.08 2.02 3/83 24008
/proc/meminfo: memFree=584392/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=62.12
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1449 164481 0 2 6 1 5898 307 16 0 1 0 24917471 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 62.12
Current children cumulated vsize (KiB) 16868

[startup+63.3025 s]
/proc/loadavg: 2.18 2.08 2.02 3/83 24008
/proc/meminfo: memFree=584392/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=62.12
/proc/23984/stat : 23984 (sugar) S 23982 23984 23899 0 -1 4194304 1450 164481 0 2 6 1 5898 307 15 0 1 0 24917471 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 252438425698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23984/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 62.12
Current children cumulated vsize (KiB) 16868

[startup+63.4025 s]
/proc/loadavg: 2.18 2.08 2.02 3/83 24008
/proc/meminfo: memFree=584392/2055920 swapFree=4192812/4192956
[pid=23984] ppid=23982 vsize=16868 CPUtime=62.67
/proc/23984/stat : 23984 (sugar) R 23982 23984 23899 0 -1 4194304 1478 170944 0 3 6 7 5943 311 16 0 1 0 24917471 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 252429702185 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23984/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 62.67
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 63.4935
CPU time (s): 62.7845
CPU user time (s): 59.503
CPU system time (s): 3.2815
CPU usage (%): 98.8833
Max. virtual memory (cumulated for all children) (KiB): 901036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.503
system time used= 3.2815
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172482
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= 24713
involuntary context switches= 25795

runsolver used 0.075988 second user time and 0.242963 second system time

The end

Launcher Data

Begin job on node12 at 2009-07-12 08:01:44
IDJOB=2083930
IDBENCH=57978
IDSOLVER=739
FILE ID=node12/2083930-1247378504
PBS_JOBID= 9507199
Free space on /tmp= 66212 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp05/normalized-fapp05-0350-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083930-1247378504/watcher-2083930-1247378504 -o /tmp/evaluation-result-2083930-1247378504/solver-2083930-1247378504 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083930-1247378504.xml

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

MD5SUM BENCH= 84f9ffd3bc330531b9df688f127dfd93
RANDOM SEED=593081319

node12.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.240
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.240
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:       1405824 kB
Buffers:          8636 kB
Cached:         106484 kB
SwapCached:        140 kB
Active:         532120 kB
Inactive:        55080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1405824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:         489792 kB
Slab:            47412 kB
Committed_AS:   922352 kB
PageTables:       2660 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= 66208 MiB
End job on node12 at 2009-07-12 08:02:48